EventBase::gotStop
EventBase::gotStop
(PECL event >= 1.2.6-beta)
EventBase :: gotStop - 检查事件循环是否被告知退出
描述
public bool EventBase::gotStop ( void )
检查EventBase :: stop()是否告知事件循环退出。
参数
该功能没有参数。
返回值
返回TRUE
,事件循环被告知通过EventBase :: stop()停止。否则FALSE
。