RecursiveIterator (interface)
The RecursiveIterator interface
Introduction
(PHP 5 >= 5.1.0, PHP 7)
Classes implementing RecursiveIterator can be used to iterate over iterators recursively.
Interface synopsis
RecursiveIterator extends Iterator {
/* Methods */
public RecursiveIterator getChildren ( void )
public bool hasChildren ( void )
/* Inherited methods