Event::pending

(PECL event >= 1.2.6-beta)

Event::pendingDetecta si el evento está pendiente o programado

Descripción

public Event::pending( int $flags ): bool

Detecta si el evento está pendiente o programado.

Parámetros

flags

Una o más de las siguientes constantes: Event::READ, Event::WRITE, Event::TIMEOUT, Event::SIGNAL.

Valores devueltos

Devuelve true si el evento está pendiente o programado, false en caso contrario.

add a note

User Contributed Notes

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