PHP 8.3.21 Released!

EvPrepare::__construct

(PECL ev >= 0.2.0)

EvPrepare::__constructConstruye un objeto watcher EvPrepare

Descripción

public EvPrepare::__construct( string $callback , string $data = ?, string $priority = ?)

Construye un objeto watcher EvPrepare. Inicia el watcher automáticamente. Si se necesita un watcher detenido, se debe utilizar el método EvPrepare::createStopped().

Parámetros

callback

Ver las retrollamadas de los Watchers.

data

Datos personalizados para asociar con el watcher.

priority

Prioridad del Watcher

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top