Libevent Funções
PHP Manual

event_del

(PECL libevent >= 0.0.1)

event_delRemove an event from the set of monitored events

Descrição

bool event_del ( resource $event )

Cancels the event.

Parâmetros

event

Valid event resource.

Valor Retornado

event_del() returns TRUE on success or FALSE on error.


Libevent Funções
PHP Manual