查询

Swoole\Server::__construct()函数—用法及示例

「 构建一个Swoole服务器 」


适用版本(PECL swoole >= 1.9.0)

Swoole\Server::__construct — 构建一个Swoole服务器。

说明
public Swoole\Server::__construct(
    string $host,
    int $port = ?,
    integr $mode = ?,
    int $sock_type = ?
)

参数
host
port
mode
sock_type
补充纠错
上一个函数: Swoole\Server\Port::on()函数
下一个函数: Swoole\Server::tick()函数
热门PHP函数
分享链接