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