\RecursiveIterator
Synopsis
interface RecursiveIterator
extends Iterator
{
- // methods
- public RecursiveIterator getChildren()
- public bool hasChildren()
- public mixed current()
- public scalar key()
- public void next()
- public void rewind()
- public boolean valid()
Hierarchy
Methods
public
- current()
- getChildren() — Returns an iterator for the current entry.
- hasChildren() — Returns if an iterator can be created fot the current entry.
- key()
- next()
- rewind()
- valid()