EvPeriodic::createStoppedCreate a stopped EvPeriodic watcher 説明
final
public
static
EvPeriodic EvPeriodic::createStopped(
float $offset
,float $interval
,callable $reschedule_cb
,callable $callback
,mixed $data
= null
,int $priority
= 0
) Create EvPeriodic object. Unlike EvPeriodic::__construct this method doesn't start the watcher automatically. パラメータ
戻り値Returns EvPeriodic watcher object on success. 参考
|