PHP 8.4.6 Released!

Swoole\Connection\Iterator::offsetGet

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::offsetGetPosición a recuperar.

Descripción

public Swoole\Connection\Iterator::offsetGet(string $index): Connection

Devuelve la conexión en la posición especificada.

Parámetros

index

La posición a recuperar.

Valores devueltos

add a note

User Contributed Notes

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