PHP Velho Oeste 2024

event_base_reinit

(PECL libevent >= 0.1.0)

event_base_reinitReinitialize the event base after a fork

Descrição

event_base_reinit ( resource $event_base ) : bool

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

Parâmetros

event_base

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

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.

add a note add a note

User Contributed Notes

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