EvStat::createStopped
(PECL ev >= 0.2.0)
Create a stopped EvStat watcher object
Description
Creates EvStat watcher object, but doesn't start it automatically(unlike EvStat::__construct ).
Parameters
pathThe path to wait for status changes on.
intervalHint on how quickly a change is expected to be detected and should normally be specified as
0.0to let libev choose a suitable value.callbackSee Watcher callbacks.
dataCustom data associated with the watcher.
priority
Return Values
Returns a stopped EvStat watcher object on success.
See Also
EvStat::__constructEvWatcher::start