Dutch PHP Conference 2025 - Call For Papers

Swoole\Connection\Iterator::offsetExists

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::offsetExistsCheck if offset exists.

Опис

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

Check if offset exists.

Параметри

index

The offset being checked.

Значення, що повертаються

Returns TRUE if the offset exists, otherwise FALSE.

add a note

User Contributed Notes

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