<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.evidle.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'evidle.createstopped.php',
    1 => 'EvIdle::createStopped',
    2 => 'Creates instance of a stopped EvIdle watcher object',
  ),
  'up' => 
  array (
    0 => 'class.evidle.php',
    1 => 'EvIdle',
  ),
  'prev' => 
  array (
    0 => 'evidle.construct.php',
    1 => 'EvIdle::__construct',
  ),
  'next' => 
  array (
    0 => 'class.evio.php',
    1 => 'EvIo',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ev/evidle/createstopped.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="evidle.createstopped" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EvIdle::createStopped</h1>
  <p class="verinfo">(PECL ev &gt;= 0.2.0)</p><p class="refpurpose"><span class="refname">EvIdle::createStopped</span> &mdash; <span class="dc-title">Creates instance of a stopped EvIdle watcher object</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-evidle.createstopped-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">final</span>
   <span class="modifier">public</span>
   <span class="modifier">static</span>
   <span class="methodname"><strong>EvIdle::createStopped</strong></span>(<span class="methodparam">
    
    <span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$callback</code>
   </span>, <span class="methodparam">
    
    <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$data</code>
   <span class="initializer"> = ?</span></span>, <span class="methodparam">
    
    <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$priority</code>
   <span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.object.php" class="type object">object</a></span></div>

  <p class="simpara">
   The same as
   <span class="methodname"><a href="evidle.construct.php" class="methodname">EvIdle::__construct()</a></span>,
   but doesn&#039;t start the watcher automatically.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-evidle.createstopped-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt>
     <code class="parameter">callback</code>
    </dt>
    <dd>
     <span class="simpara">
      See
      <a href="ev.watcher-callbacks.php" class="link">Watcher callbacks</a>.
     </span>
    </dd>
   
   
    <dt>
     <code class="parameter">data</code>
    </dt>
    <dd>
     <span class="simpara">
      Custom data associated with the watcher.
     </span>
    </dd>
   
   
    <dt>
     <code class="parameter">priority</code>
    </dt>
    <dd>
     <span class="simpara">
      <a href="class.ev.php#ev.constants.watcher-pri" class="link">Watcher priority</a>
     </span>
    </dd>
   
  </dl>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-evidle.createstopped-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Returns EvIdle object on success.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-evidle.createstopped-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li>
    <span class="methodname"><a href="evidle.construct.php" class="methodname" rel="rdfs-seeAlso">EvIdle::__construct()</a> - Constructs the EvIdle watcher object</span>
   </li>
   <li>
    <span class="methodname"><a href="evloop.idle.php" class="methodname" rel="rdfs-seeAlso">EvLoop::idle()</a> - Creates EvIdle watcher object associated with the current event
  loop instance</span>
   </li>
  </ul>
 </div>

</div><?php manual_footer($setup); ?>