Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 1579

php-manual-en-5.5.7-1.mga4.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>Create instance of a stopped EvCheck watcher</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="evchild.construct.html">EvChild::__construct</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="evchild.set.html">EvChild::set</a></div>
 <div class="up"><a href="class.evchild.html">EvChild</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="evchild.createstopped" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EvChild::createStopped</h1>
  <p class="verinfo">(PECL ev &gt;= 0.2.0)</p><p class="refpurpose"><span class="refname">EvChild::createStopped</span> &mdash; <span class="dc-title">Create instance of a stopped EvCheck watcher</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-evchild.createstopped-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">final</span>
   <span class="modifier">public</span>
   <span class="modifier">static</span>
   <span class="type">object</span>
    <span class="methodname"><strong>EvChild::createStopped</strong></span>
    ( <span class="methodparam">
    <span class="type">int</span>
     <code class="parameter">$pid</code>
   </span>
   , <span class="methodparam">
    <span class="type">bool</span>
     <code class="parameter">$trace</code>
   </span>
   , <span class="methodparam">
    <span class="type"><a href="language.types.callable.html" class="type callable">callable</a></span>
     <code class="parameter">$callback</code>
   </span>
   [, <span class="methodparam">
    <span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span>
     <code class="parameter">$data</code>
   </span>
   [, <span class="methodparam">
    <span class="type">int</span>
     <code class="parameter">$priority</code>
   </span>
  ]] )</div>

  <p class="para rdfs-comment">
   The same as
    <span class="methodname"><a href="evchild.construct.html" class="methodname">EvChild::__construct()</a></span>
   , but doesn&#039;t start the watcher automatically.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-evchild.createstopped-parameters">
  <h3 class="title">Parameters</h3>
  <dl>

   <dt>

    <span class="term">
     <em><code class="parameter">pid</code></em>
    </span>
    <dd>

     <p class="para">
      The same as for
       <span class="methodname"><a href="evchild.construct.html" class="methodname">EvChild::__construct()</a></span>
     </p>
    </dd>

   </dt>

   <dt>

    <span class="term">
     <em><code class="parameter">trace</code></em>
    </span>
    <dd>

     <p class="para">
      The same as for
       <span class="methodname"><a href="evchild.construct.html" class="methodname">EvChild::__construct()</a></span>
     </p>
    </dd>

   </dt>

   <dt>

    <span class="term">
     <em><code class="parameter">callback</code></em>
    </span>
    <dd>

     <p class="para">
      See
      <a href="ev.watcher-callbacks.html" class="link">Watcher callbacks</a>
      .
     </p>
    </dd>

   </dt>

   <dt>

    <span class="term">
     <em><code class="parameter">data</code></em>
    </span>
    <dd>

     <p class="para">
      Custom data associated with the watcher.
     </p>
    </dd>

   </dt>

   <dt>

    <span class="term">
     <em><code class="parameter">priority</code></em>
    </span>
    <dd>

     <p class="para">
      <a href="class.ev.html#ev.constants.watcher-pri" class="link">Watcher priority</a>
     </p>
    </dd>

   </dt>

  </dl>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-evchild.createstopped-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
 </div>

 <div class="refsect1 seealso" id="refsect1-evchild.createstopped-seealso">
  <h3 class="title">See Also</h3>
  <ul class="simplelist">
   <li class="member">
     <span class="methodname"><a href="evchild.construct.html" class="methodname" rel="rdfs-seeAlso">EvChild::__construct()</a> - Constructs the EvChild watcher object</span>
   </li>
   <li class="member">
     <span class="methodname"><a href="evloop.child.html" class="methodname" rel="rdfs-seeAlso">EvLoop::child()</a> - Creates EvChild object associated with the current event loop</span>
   </li>
  </ul>
 </div>

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="evchild.construct.html">EvChild::__construct</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="evchild.set.html">EvChild::set</a></div>
 <div class="up"><a href="class.evchild.html">EvChild</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>