EvLoop
PHP Manual

EvLoop::idle

(PECL ev >= 0.2.0)

EvLoop::idleCreates EvIdle watcher object associated with the current event loop instance

Descrição

final public EvIdle EvLoop::idle ( callable $callback [, mixed $data = NULL [, int $priority = 0 ]] )

Creates EvIdle watcher object associated with the current event loop instance

Parâmetros

All the parameters have the same meaning as for EvIdle::__construct()

Valor Retornado

Returns EvIdle object on success.

Veja Também


EvLoop
PHP Manual