PHP 8.4.6 Released!

Swoole\Connection\Iterator::current

(PECL swoole >= 1.9.0)

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

Description

public Swoole\Connection\Iterator::current(): Connection

Get current connection entry.

Parameters

This function has no parameters.

Return Values

The current connection entry.

User Contributed Notes

There are no user contributed notes for this page.
To Top