Swoole\Server::getClientList

(PECL swoole >= 1.9.0)

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

Description

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

Warning

This function is currently not documented; only its argument list is available.

Parameters

start_fd

pagesize

Return Values

To Top