PHP Doku:: Exit loop after a time - function.event-base-loopexit.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

Libevent Funktionen

<<event_base_loopbreak

event_base_new>>

event_base_loopexit

(PECL libevent >= 0.0.1)

event_base_loopexitExit loop after a time

Beschreibung

bool event_base_loopexit ( resource $event_base [, int $timeout = -1 ] )

The next event loop iteration after the given timer expires will complete normally, then exit without blocking for events again.

Parameter-Liste

event_base

Valid event base resource.

timeout

Optional timeout parameter (in microseconds).

Rückgabewerte

event_base_loopexit() returns TRUE on success or FALSE on error.


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",...)