CakeFest 2024: The Official CakePHP Conference

Swoole\Server::set

(PECL swoole >= 1.9.0)

Swoole\Server::setSet the runtime settings of the swoole server.

Açıklama

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.

Bağımsız Değişkenler

settings

Dönen Değerler

add a note

User Contributed Notes

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