CakeFest 2024: The Official CakePHP Conference

Swoole\Server::listen

(PECL swoole >= 1.9.0)

Swoole\Server::listenСлушает по заданному IP и порту, тип сокета

Описание

public Swoole\Server::listen(string $host, int $port, string $socket_type): bool

Список параметров

host

port

socket_type

Возвращаемые значения

add a note

User Contributed Notes

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