php8.5
Home/ Manual/ reference / spl/ The RecursiveArrayIterator class

The RecursiveArrayIterator class

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.

Intro

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

class RecursiveArrayIterator extends ArrayIterator implements RecursiveIterator { }

Predefined Constants

RecursiveArrayIterator Flags

RecursiveArrayIterator::CHILD_ARRAYS_ONLY

Treat only arrays (not objects) as having children for recursive iteration.

Changelog

VersionDescription

Recursivearrayiterator

In this section

Source: reference/spl/recursivearrayiterator.xml · from the official PHP manual (php/doc-en)