(PECL event >= 1.2.6-beta)
Stop dispatching events
public bool EventBase::exit ([ double $timeout ] )
Tells event base to stop optionally after given number of seconds.
Parameters:
timeout
Optional number of seconds after which the event base should stop dispatching events.
Returns:
Returns TRUE
on success. Otherwise FALSE
.
See also:
Please login to continue.