Interfejsy
PHP Manual

The RecursiveIterator interface

(PHP 5 >= 5.1.0)

Wstęp

Classes implementing RecursiveIterator can be used to iterate over iterators recursively.

Zestawienie interfejsu

RecursiveIterator extends Iterator {
/* Metody */
public RecursiveIterator getChildren ( void )
public bool hasChildren ( void )
/* Metody dziedziczone */
abstract public mixed Iterator::current ( void )
abstract public scalar Iterator::key ( void )
abstract public void Iterator::next ( void )
abstract public void Iterator::rewind ( void )
abstract public boolean Iterator::valid ( void )
}

Spis treści


Interfejsy
PHP Manual