Libevent Funzioni
PHP Manual

event_base_reinit

(PECL libevent >= 0.1.0)

event_base_reinitReinitialize the event base after a fork

Descrizione

bool event_base_reinit ( resource $event_base )

Some event mechanisms do not survive across fork. The event_base needs to be reinitialized with this function.

Elenco dei parametri

event_base

Valid event base resource that needs to be re-initialized.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


Libevent Funzioni
PHP Manual