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
indexThe index being checked.
Return Values
true if the requested index exists, otherwise false