PHP 8.4.0 RC3 available for testing

EvIdle::createStopped

(PECL ev >= 0.2.0)

EvIdle::createStoppedCreates instance of a stopped EvIdle watcher object

Descrição

final public static EvIdle::createStopped( string $callback , mixed $data = ?, int $priority = ?): object

The same as EvIdle::__construct() , but doesn't start the watcher automatically.

Parâmetros

callback

See Watcher callbacks .

data

Custom data associated with the watcher.

priority

Watcher priority

Valor Retornado

Returns EvIdle object on success.

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top