Swoole\Connection\Iterator::key

(PECL swoole >= 1.9.0)

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

Açıklama

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

This function returns key of the current connection.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Key of the current connection.

To Top