PHP - Manual: event_base_reinit
2024-12-21
(PECL libevent >= 0.1.0)
event_base_reinit — Reinitialize the event base after a fork
$event_base
) : bool
Some event mechanisms do not survive across fork. The
event_base
needs to be reinitialized with this
function.
event_base
Valid event base resource that needs to be re-initialized.
成功时返回 TRUE
, 或者在失败时返回 FALSE
。
官方地址:https://www.php.net/manual/en/function.event-base-reinit.php