Php/docs/event.del

From Get docs

Event::del

(PECL event >= 1.2.6-beta)

Event::delMakes event non-pending


Description

public Event::del ( ) : 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