parent root
PHP: EventBase::reInit - Manual

EventBase::reInit

(PECL event >= 1.2.6-beta)

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

Description

public EventBase::reInit ( void ) : bool

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

Parameters

This function has no parameters.

Return Values

Returns TRUE on success. Otherwise FALSE.

add a noteadd a note

User Contributed Notes

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