The RecursiveIterator interface
Introducción
Classes implementing RecursiveIterator can be used to iterate over iterators recursively.
Interfaz synopsis
Table of Contents
- RecursiveIterator::getChildren — Returns an iterator for the current entry.
- RecursiveIterator::hasChildren — Returns if an iterator can be created fot the current entry.
There are no user contributed notes for this page.
