Event
PHP Manual

Event::del

(PECL libevent >= 0.0.1)

Event::delMakes event non-pending

Descrição

public bool Event::del ( void )

Removes an event from the set of monitored events, i.e. makes it non-pending.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns TRUE on success. Otherwise FALSE

Veja Também


Event
PHP Manual