Event::del
(PECL libevent >= 0.0.1)
Event::del — Makes event non-pending
Description
public
void
Event::del
( void
)
Removes an event from the set of monitored events, i.e. makes it non-pending.
Liste de paramètres
Cette fonction ne contient aucun paramètre.
Valeurs de retour
Returns TRUE
on success. Otherwise FALSE
Voir aussi
- Event::add() - Makes event pending