The RecursiveArrayIterator class
RecursiveArrayIterator
&reftitle.intro;
This iterator allows to unset and modify values and keys while iterating over Arrays and Objects
in the same way as the ArrayIterator. Additionally it is possible to iterate
over the current iterator entry.
&reftitle.classsynopsis;
RecursiveArrayIterator
RecursiveArrayIterator
extends
ArrayIterator
RecursiveIterator
&InheritedConstants;
&Constants;
const
int
CHILD_ARRAYS_ONLY
4
&Methods;
&InheritedMethods;
&reftitle.constants;
RecursiveArrayIterator Flags
RecursiveArrayIterator::CHILD_ARRAYS_ONLY
Treat only arrays (not objects) as having children for recursive iteration.
&reference.spl.entities.recursivearrayiterator;