class BeforeServerFork

Methods

__construct(Server $server)

Create a new before server fork event instance.

Details

at line 18
__construct(Server $server)

Create a new before server fork event instance.

Listeners must release parent-only runtime resources and must not open sockets, timers, pools, or other resources that child processes could inherit.

Parameters

Server $server