AppendIterator::getArrayIterator

(PHP 5 >= 5.1.0, PHP 7)

AppendIterator::getArrayIteratorGets the ArrayIterator

설명

public ArrayIterator AppendIterator::getArrayIterator ( void )

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

인수

이 함수는 인수가 없습니다.

반환값

Returns an ArrayIterator containing the appended iterators.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top