PHP 8.4.0 RC4 available for testing

Swoole\Connection\Iterator::offsetSet

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::offsetSetAssigne une connexion à la position spécifiée.

Description

public Swoole\Connection\Iterator::offsetSet(int $offset, mixed $connection): void

Assigne une connexion à la position spécifiée.

Liste de paramètres

offset

La position à laquelle assigner la connexion.

connection

La connexion à assigner.

Valeurs de retour

add a note

User Contributed Notes

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