PHP 8.3.21 Released!

EvEmbed::createStopped

(PECL ev >= 0.2.0)

EvEmbed::createStoppedCrea un objeto EvEmbed watcher detenido

Descripción

final public static EvEmbed::createStopped(
     object $other ,
     callable $callback = ?,
     mixed $data = ?,
     int $priority = ?
): void

Idéntico al método EvEmbed::__construct(), pero no inicia automáticamente el watcher.

Parámetros

other

Idéntico al argumento del método EvEmbed::__construct()

callback

Ver las retrollamadas de los Watcher.

data

Datos personalizados para asociar con el watcher.

priority

Prioridad del Watcher

Valores devueltos

Retorna un objeto EvEmbed detenido en caso de éxito.

Ver también

add a note

User Contributed Notes

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