event_base_loop

(PECL libevent >= 0.0.1)

event_base_loopHandle events

Опис

int event_base_loop ( resource $event_base [, int $flags = 0 ] )

Starts event loop for the specified event base.

Параметри

event_base

Valid event base resource.

flags

Optional parameter, which can take any combination of EVLOOP_ONCE and EVLOOP_NONBLOCK.

Значення, що повертаються

event_base_loop() returns 0 on success, -1 on error and 1 if no events were registered.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top