Query: event_base_reinit
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EVENT_BASE_REINIT(3) 1 EVENT_BASE_REINIT(3) event_base_reinit - Reinitialize the event base after a forkSYNOPSISbool event_base_reinit (resource $event_base)DESCRIPTIONSome event mechanisms do not survive across fork. The $event_base needs to be reinitialized with this function.PARAMETERSo $event_base - Valid event base resource that needs to be re-initialized.RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group EVENT_BASE_REINIT(3)