Swoole\Server::__construct

(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

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top