Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 5533

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Enable/disable asynchronous signal handling or return the old setting</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.pcntl-alarm.html">pcntl_alarm</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.pcntl-errno.html">pcntl_errno</a></div>
 <div class="up"><a href="ref.pcntl.html">PCNTL Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.pcntl-async-signals" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">pcntl_async_signals</h1>
  <p class="verinfo">(PHP 7 &gt;= 7.1.0)</p><p class="refpurpose"><span class="refname">pcntl_async_signals</span> &mdash; <span class="dc-title">Enable/disable asynchronous signal handling or return the old setting</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.pcntl-async-signals-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>pcntl_async_signals</strong></span>
    ([ <span class="methodparam"><span class="type">bool</span> <code class="parameter">$on</code><span class="initializer"> = <strong><code>NULL</code></strong></span></span>
  ] )</div>

  <p class="para rdfs-comment">
   If the <code class="parameter">on</code> parameter is omitted,
   <span class="function"><strong>pcntl_async_signals()</strong></span> returns whether asynchronous signal
   handling is enabled. Otherwise, asynchronous signal handling is enabled or
   disabled.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.pcntl-async-signals-parameters">
  <h3 class="title">Parameters</h3>
  <dl>

   
    <dt>
<code class="parameter">on</code></dt>

    <dd>

     <p class="para">
      Whether asynchronous signal handling should be enabled.
     </p>
    </dd>

   
  </dl>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.pcntl-async-signals-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   When used as getter (that is without the optional parameter) it returns
   whether asynchronous signal handling is enabled. When used as setter (that is
   with the optional parameter given), it returns whether asynchronous signal
   handling was enabled <em class="emphasis">before</em> the function call.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.pcntl-async-signals-seealso">
  <h3 class="title">See Also</h3>
  <ul class="simplelist">
   <li class="member"><a href="control-structures.declare.html" class="link">declare</a></li>
  </ul>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.pcntl-alarm.html">pcntl_alarm</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.pcntl-errno.html">pcntl_errno</a></div>
 <div class="up"><a href="ref.pcntl.html">PCNTL Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>