array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'evtimer.again.php', 1 => 'EvTimer::again', 2 => 'Restarts the timer watcher', ), 'up' => array ( 0 => 'class.evtimer.php', 1 => 'EvTimer', ), 'prev' => array ( 0 => 'class.evtimer.php', 1 => 'EvTimer', ), 'next' => array ( 0 => 'evtimer.construct.php', 1 => 'EvTimer::__construct', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/evtimer/again.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL ev >= 0.2.0)
EvTimer::again — Restarts the timer watcher
This will act as if the timer timed out and restart it again if it is repeating. The exact semantics are:
if the timer is pending, its pending status is cleared.
if the timer is started but non-repeating, stop it (as if it timed out).
if the timer is repeating, either start it if necessary (with the repeat value), or reset the running timer to the repeat value.
У цієї функції немає параметрів.
Не повертає значень.