Swoole\Connection\Iterator::key

(PECL swoole >= 1.9.0)

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

Descripción

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

This function returns key of the current connection.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Key of the current connection.

To Top