CakeFest 2024: The Official CakePHP Conference

EvEmbed::createStopped

(PECL ev >= 0.2.0)

EvEmbed::createStoppedCrée un objet EvEmbed watcher stoppé

Description

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

Identique à la méthode EvEmbed::__construct(), mais ne démarre pas automatiquement le watcher.

Liste de paramètres

other

Identique au paramètre de la méthode EvEmbed::__construct()

callback

Voir les fonctions de rappel des Watcher.

data

Données personnalisées à associer avec le watcher.

priority

Priorité du Watcher

Valeurs de retour

Retourne un objet EvEmbed stoppé en cas de succès.

Voir aussi

add a note

User Contributed Notes

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