EvStat::createStoppedCreate a stopped EvStat watcher object Description
final
public
static
void
EvStat::createStopped
(
string
$path
,
double
$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
|