AppendIterator::getArrayIterator

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

AppendIterator::getArrayIteratorGets the ArrayIterator

說(shuō)明

public AppendIterator::getArrayIterator(): ArrayIterator

This method gets the ArrayIterator that is used to store the iterators added with AppendIterator::append().

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

Returns an ArrayIterator containing the appended iterators.

參見