PHP Doku:: Handle events - function.event-base-loop.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzErweiterungen zur ProzesskontrolleLibeventLibevent Funktionenevent_base_loop

Ein Service von Reinhard Neidl - Webprogrammierung.

Libevent Funktionen

<<event_base_free

event_base_loopbreak>>

event_base_loop

(PECL libevent >= 0.0.1)

event_base_loopHandle events

Beschreibung

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

Starts event loop for the specified event base.

Parameter-Liste

event_base

Valid event base resource.

flags

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

Rückgabewerte

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)