EvPeriodic::createStoppedCreate a stopped EvPeriodic watcher Description
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. Parameters
Return ValuesReturns EvPeriodic watcher object on success. See Also
|