parent root
PHP: Event::del - Manual

Event::del

(PECL libevent >= 0.0.1)

Event::delMakes event non-pending

Description

public Event::del ( void ) : bool

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

Parameters

This function has no parameters.

Return Values

Returns TRUE on success. Otherwise FALSE

See Also

add a noteadd a note

User Contributed Notes

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