EventBase
PHP Manual

EventBase::gotExit

(PECL event >= 1.2.6-beta)

EventBase::gotExitChecks if the event loop was told to exit

Descrizione

public bool EventBase::gotExit ( void )

Checks if the event loop was told to exit by EventBase::exit() .

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns TRUE, event loop was told to exit by EventBase::exit() . Otherwise FALSE.

Vedere anche:


EventBase
PHP Manual