EvStat::set
PHP function
Edit on GitHub ✎
(PECL ev >= 0.2.0)
Configures the watcher
Description
EvStat::set(string $path, float $interval): void
Configures the watcher.
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.
Return Values
Void