event_del

(PECL libevent >= 0.0.1)

event_delRemove an event from the set of monitored events

Опис

bool event_del ( resource $event )

Cancels the event.

Параметри

event

Valid event resource.

Значення, що повертаються

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top