PHP 8.3.4 Released!

Swoole\Server::getClientList

(PECL swoole >= 1.9.0)

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

Description

public Swoole\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

add a note

User Contributed Notes

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