Swoole\Connection\Iterator::count
PHP Manual
PHP Manual»Swoole\Connection\Iterator»Swoole\Connection\Iterator::count

Swoole\Connection\Iterator::count

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::countCount connections.

Descrizione

public function Swoole\Connection\Iterator::count(): int

Gets the number of connections.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The number of connections.

To Top