SplFixedArray::valid
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.3.0, PHP 7)
Check whether the array contains more elements
Description
SplFixedArray::valid(): bool
Checks if the array contains any more elements.
Parameters Parameters
Return Values
Returns true if the array contains any more elements, false otherwise.