(PECL event >= 1.2.6-beta)
Checks if the event loop was told to exit
public bool EventBase::gotExit ( void )
Checks if the event loop was told to exit by EventBase::exit() .
Returns:
Returns TRUE
, event loop was told to exit by EventBase::exit() . Otherwise FALSE
.
See also:
Please login to continue.