PHP 7.0.6 Released

EventBase::reInit

(PECL event >= 1.2.6-beta)

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

Description

public bool EventBase::reInit ( void )

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

Parameters

This function has no parameters.

Return Values

Returns TRUE on success. Otherwise FALSE.

User Contributed Notes

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