PHP 8.4.6 Released!

Swoole\Connection\Iterator::offsetExists

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::offsetExistsVerifica si una posición existe.

Descripción

public Swoole\Connection\Iterator::offsetExists(int $index): bool

Verifica si una posición existe.

Parámetros

index

La posición a verificar.

Valores devueltos

Devuelve TRUE si la posición existe, FALSE en caso contrario.

add a note

User Contributed Notes

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