CakeFest 2024: The Official CakePHP Conference

Swoole\Server::listen

(PECL swoole >= 1.9.0)

Swoole\Server::listenListen on the given IP and port, socket type.

Açıklama

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

Bağımsız Değişkenler

host

port

socket_type

Dönen Değerler

add a note

User Contributed Notes

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