EvStat::createStoppedCreate a stopped EvStat watcher object Description
final
public
static
void EvStat::createStopped(
string $path
,float $interval
,callable $callback
,mixed $data
= null
,int $priority
= 0
) Creates EvStat watcher object, but doesn't start it automatically(unlike EvStat::__construct ). Parameters
Return ValuesReturns a stopped EvStat watcher object on success. See Also
|