AppendIterator::getArrayIterator
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
Gets the ArrayIterator
Description
AppendIterator::getArrayIterator(): ArrayIterator
This method gets the ArrayIterator that is used to store the iterators added with AppendIterator::append.
Parameters Parameters
Return Values
Returns an ArrayIterator containing the appended iterators.
See Also
AppendIterator::getInnerIterator