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

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

start_fd

pagesize

Valeurs de retour

add a note

User Contributed Notes

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