The RecursiveArrayIterator class
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
Introduction
This iterator allows for unsetting and modifying 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.
Class synopsis
/* Inherited constants */
/* Constants */
/* Methods */
/* Inherited methods */
}Predefined Constants
RecursiveArrayIterator Flags
RecursiveArrayIterator::CHILD_ARRAYS_ONLYTreat only arrays (not objects) as having children for recursive iteration.
Table of Contents
- RecursiveArrayIterator::getChildren — Returns an iterator for the current entry if it is an array or an object
- RecursiveArrayIterator::hasChildren — Returns whether current entry is an array or an object
↑ and ↓ to navigate • Enter to select • Esc to close • / to open