Event::del
(PECL libevent >= 0.0.1)
Event::del — Makes event non-pending
Descripción
public
bool
Event::del
( void
)
Removes an event from the set of monitored events, i.e. makes it non-pending.
Parámetros
Esta función no tiene parámetros.
Valores devueltos
Returns TRUE on success. Otherwise FALSE
Ver también
- Event::add() - Makes event pending