EvStat::__constructConstructs EvStat watcher object Description
public
EvStat::__construct(
string $path
,float $interval
,callable $callback
,mixed $data
= null
,int $priority
= 0
) Constructs EvStat watcher object and starts the watcher automatically. Parameters
ExamplesExample #1 Monitor changes of /var/log/messages
|