CakeFest 2024: The Official CakePHP Conference

EvPrepare::__construct

(PECL ev >= 0.2.0)

EvPrepare::__constructConstruit un objet de watcher EvPrepare

Description

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

Construit un objet de watcher EvPrepare. Démarre le watcher automatiquement. Si vous avez besoin d'un watcher stoppé, utilisez plutôt la méthode EvPrepare::createStopped().

Liste de paramètres

callback

Voir les fonctions de rappel des Watchers.

data

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

priority

Priorité du Watcher

Voir aussi

add a note

User Contributed Notes

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