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