PHP 8.4.6 Released!

Swoole\Connection\Iterator::offsetExists

(PECL swoole >= 1.9.0)

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

Description

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

Check if offset exists.

Parameters

index

The offset being checked.

Return Values

Returns TRUE if the offset exists, otherwise FALSE.

User Contributed Notes

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