EventBase
PHP Manual

EventBase::reInit

(PECL event >= 1.2.6-beta)

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

说明

public bool EventBase::reInit ( void )

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

参数

此函数没有参数。

返回值

Returns TRUE on success. Otherwise FALSE.


EventBase
PHP Manual