Swoole\Connection\Iterator::count

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::countCount connections.

Descripción

publicSwoole\Connection\Iterator::count(): int

Gets the number of connections.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

The number of connections.

To Top