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