EventBase::loop
(PECL event >= 1.2.6-beta)
EventBase::loop — Dispatch pending events
Description
public
bool
EventBase::loop
([
int
$flags
] )Wait for events to become active, and run their callbacks.
Parameters
-
flags -
Optional flags. One of EventBase::LOOP_* constants. See EventBase constants .
Return Values
Returns TRUE on success. Otherwise FALSE.
See Also
- EventBase::dispatch() - Dispatch pending events
There are no user contributed notes for this page.
