PHP 8.1.28 Released!

Swoole\Server::getClientList

(PECL swoole >= 1.9.0)

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

Descripción

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

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

start_fd

pagesize

Valores devueltos

add a note

User Contributed Notes

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