Swoole\Server::set

Set the runtime settings of the swoole server.

Description

public ReturnType Swoole\Server::set(array $settings)

Set the runtime settings of the swoole server. The settings can be accessed by $server->setting when the swoole server has started.

Parameters

settings

Return Values