EvWatcher::invoke
PHP function
Edit on GitHub ✎
(PECL ev >= 0.2.0)
Invokes the watcher callback with the given received events bit mask
Description
EvWatcher::invoke(int $revents): void
Invokes the watcher callback with the given received events bit mask.
Parameters
reventsBit mask of watcher received events.
Return Values
Void