PHP 8.3.4 Released!

EventBase::reInit

(PECL event >= 1.2.6-beta)

EventBase::reInitRe-initialize event base(after a fork)

Description

public EventBase::reInit(): bool

Re-initialize event base. Should be called after a fork.

Parameters

This function has no parameters.

Return Values

Returns true on success or false on failure.

add a note

User Contributed Notes

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