|
EvLoop::timerCreates EvTimer watcher object associated with the current event loop instance 説明
final
public
EvTimer EvLoop::timer(
float $after
,float $repeat
,callable $callback
,mixed $data
= null
,int $priority
= 0
) Creates EvTimer watcher object associated with the current event loop instance パラメータAll parameters have the same meaning as for EvTimer::__construct 戻り値Returns EvTimer object on success 参考
|