SplFixedArray::getIterator
PHP function
Edit on GitHub ✎
(PHP 8)
Retrieve the iterator to go through the array
Description
SplFixedArray::getIterator(): Iterator
Returns the iterator to go through the array.
Parameters Parameters
Return Values
An instance of an object implementing Iterator to go through the array.