PHP 8.5.0 Alpha 1 available for testing

Swoole\Server::getClientList

(PECL swoole >= 1.9.0)

Swoole\Server::getClientListDevuelve todas las conexiones establecidas.

Descripción

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

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

start_fd

pagesize

Valores devueltos

add a note

User Contributed Notes

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