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

Swoole\Connection\Iterator::key

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::keyReturn key of the current connection.

Descrizione

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

This function returns key of the current connection.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Key of the current connection.

To Top