update page now

Event::pending

(PECL event >= 1.2.6-beta)

Event::pendingDetecta se o evento está pendente ou agendado

Descrição

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

Detecta se o evento está pendente ou agendado.

Parâmetros

flags

Uma das seguintes constantes ou uma composição delas: Event::READ, Event::WRITE, Event::TIMEOUT, Event::SIGNAL.

Valor Retornado

Retorna true se o evento estiver pendente ou agendado. Caso contrário, false.

add a note

User Contributed Notes

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