PHP 8.4.6 Released!

Swoole\Server::set

(PECL swoole >= 1.9.0)

Swoole\Server::setDefine los parámetros de ejecución del servidor swoole.

Descripción

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

Define los parámetros de ejecución del servidor swoole. Los parámetros pueden ser accedidos por $server->setting cuando el servidor swoole ha iniciado.

Parámetros

settings

Valores devueltos

add a note

User Contributed Notes

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