Swoole\Server::connection_list

(PECL swoole >= 1.9.0)

Swoole\Server::connection_listGet all of the established connections.

Description

publicSwoole\Server::connection_list(int$start_fd, int$pagesize = ?): array

Parameters

start_fd

pagesize

Return Values

To Top