<?php include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc'; $TOC = array(); $TOC_DEPRECATED = array(); $PARENTS = array(); include_once dirname(__FILE__) ."/toc/class.ev.inc"; $setup = array ( 'home' => array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'ev.sleep.php', 1 => 'Ev::sleep', 2 => 'Block the process for the given number of seconds', ), 'up' => array ( 0 => 'class.ev.php', 1 => 'Ev', ), 'prev' => array ( 0 => 'ev.run.php', 1 => 'Ev::run', ), 'next' => array ( 0 => 'ev.stop.php', 1 => 'Ev::stop', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/ev/sleep.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="ev.sleep" class="refentry"> <div class="refnamediv"> <h1 class="refname">Ev::sleep</h1> <p class="verinfo">(PECL ev >= 0.2.0)</p><p class="refpurpose"><span class="refname">Ev::sleep</span> — <span class="dc-title">Block the process for the given number of seconds</span></p> </div> <div class="refsect1 description" id="refsect1-ev.sleep-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>Ev::sleep</strong></span>(<span class="methodparam"> <span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$seconds</code> </span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div> <p class="para rdfs-comment"> Block the process for the given number of seconds. </p> </div> <div class="refsect1 parameters" id="refsect1-ev.sleep-parameters"> <h3 class="title">Parameter-Liste</h3> <dl> <dt> <code class="parameter">seconds</code> </dt> <dd> <p class="para"> Fractional number of seconds </p> </dd> </dl> </div> <div class="refsect1 returnvalues" id="refsect1-ev.sleep-returnvalues"> <h3 class="title">Rückgabewerte</h3> <p class="para"> Es wird kein Wert zurückgegeben. </p> </div> </div><?php manual_footer($setup); ?>