Event
PHP Manual

Event::del

(PECL libevent >= 0.0.1)

Event::delMakes event non-pending

Beschreibung

public bool Event::del ( void )

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns TRUE on success. Otherwise FALSE

Siehe auch


Event
PHP Manual