Libevent Funciones
PHP Manual

event_del

(PECL libevent >= 0.0.1)

event_delRemove an event from the set of monitored events

Descripción

bool event_del ( resource $event )

Cancels the event.

Parámetros

event

Valid event resource.

Valores devueltos

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


Libevent Funciones
PHP Manual