Swoole\Server::set
(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)
Swoole\Server::set — Set the runtime settings of the swoole server.
说明
public
Swoole\Server::set (
array
$settings
) :
ReturnType
Set the runtime settings of the swoole server. The settings can be accessed by $server->setting when the swoole server has started.
参数
-
settings
-
返回值