Ev
PHP Manual

Ev::feedSignalEvent

(No hay información de versión disponible, podría estar únicamente en SVN)

Ev::feedSignalEventFeed signal event into the default loop

Descripción

final public static void Ev::feedSignalEvent ( int $signum )

Feed signal event into the default loop. Ev will react to this call as if the signal specified by signal had occurred.

Parámetros

signum

Signal number. See signal(7) man page for detals. See also constants exported by pcntl extension.

Valores devueltos

No devuelve ningún valor.

Ver también


Ev
PHP Manual