Swoole\Connection\Iterator::current

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::currentReturn current connection entry.

説明

publicSwoole\Connection\Iterator::current(): Connection

Get current connection entry.

パラメータ

この関数にはパラメータはありません。

戻り値

The current connection entry.

To Top