PHP Manual
Function Reference
Other Basic Extensions
Swoole
Swoole\Connection\Iterator
Swoole\Connection\Iterator::count
Swoole\Connection\Iterator::current
Swoole\Connection\Iterator::key
Swoole\Connection\Iterator::next
Swoole\Connection\Iterator::offsetExists
Swoole\Connection\Iterator::offsetGet
Swoole\Connection\Iterator::offsetSet
Swoole\Connection\Iterator::offsetUnset
Swoole\Connection\Iterator::rewind
Swoole\Connection\Iterator::valid
Swoole\Connection\Iterator::offsetExists
Swoole\Connection\Iterator::offsetSet
Swoole\Connection\Iterator
PHP Manual
Swoole\Connection\Iterator::offsetGet
Offset to retrieve.
Description
public
Connection
Swoole\Connection\Iterator::offsetGet
(
string
$index
)
Return the connection at specified offset.
Parameters
index
The offset to retrieve.
Return Values