downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

EvSignal::set> <EvSignal::__construct
[edit] Last updated: Fri, 14 Jun 2013

view this page in

EvSignal::createStopped

(PECL ev >= 0.2.0)

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

Description

final public static EvSignal EvSignal::createStopped ( int $signum , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] )

Crée un objet watcher EvSignal stoppé. Contrairement à la méthode EvSignal::__construct(), cette méthode ne démarre pas automatiquement le watcher.

Liste de paramètres

signum

Numéro du signal. Voir les constantes exportées par l'extension pcntl. Voir aussi la page de manuel système signal(7).

callback

Voir les fonctions de rappel des Watchers.

data

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

priority

Priorité du Watcher

Valeurs de retour

Retourne un objet EvSignal en cas de succès.

Voir aussi



add a note add a note User Contributed Notes EvSignal::createStopped - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites