EvWatcher::invoke
PHP Manual
PHP Manual»EvWatcher»EvWatcher::invoke

EvWatcher::invoke

(PECL ev >= 0.2.0)

EvWatcher::invokeInvokes the watcher callback with the given received events bit mask

Опис

public function EvWatcher::invoke( int $revents ): void

Invokes the watcher callback with the given received events bit mask.

Параметри

revents
Bit mask of watcher received events.

Значення, що повертаються

Не повертає значень.

To Top