array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'evloop.timer.php', 1 => 'EvLoop::timer', 2 => 'Creates EvTimer watcher object associated with the current event loop instance', ), 'up' => array ( 0 => 'class.evloop.php', 1 => 'EvLoop', ), 'prev' => array ( 0 => 'evloop.suspend.php', 1 => 'EvLoop::suspend', ), 'next' => array ( 0 => 'evloop.verify.php', 1 => 'EvLoop::verify', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/evloop/timer.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EvLoop::timer

(PECL ev >= 0.2.0)

EvLoop::timerCreates EvTimer watcher object associated with the current event loop instance

Açıklama

final public EvLoop::timer(
     float $after ,
     float $repeat ,
     callable $callback ,
     mixed $data = null ,
     int $priority = 0
): EvTimer

Creates EvTimer watcher object associated with the current event loop instance

Bağımsız Değişkenler

All parameters have the same meaning as for EvTimer::__construct()

Dönen Değerler

Returns EvTimer object on success

Ayrıca Bakınız