php8.5
Home/ Manual/ spl / splfixedarray/ SplFixedArray::offsetExists

SplFixedArray::offsetExists

PHP function Edit on GitHub ✎

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

Returns whether the requested index exists

Description

SplFixedArray::offsetExists(int $index): bool

Checks whether the requested index index exists.

Parameters

index

The index being checked.

Return Values

true if the requested index exists, otherwise false

Source: reference/spl/splfixedarray/offsetexists.xml · from the official PHP manual (php/doc-en)