EventBase
在线手册:中文  英文

EventBase::loop

(PECL event >= 1.2.6-beta)

EventBase::loopDispatch pending events

说明

public bool EventBase::loop ([ int $flags ] )

Wait for events to become active, and run their callbacks.

参数

flags

Optional flags. One of EventBase::LOOP_* constants. See EventBase constants .

返回值

Returns TRUE on success. Otherwise FALSE.

参见


EventBase
在线手册:中文  英文
易百教程