downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

RecursiveIterator::getChildren> <OuterIterator::getInnerIterator
Last updated: Fri, 20 Nov 2009

view this page in

The RecursiveIterator interface

Introduction

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

Interface synopsis

RecursiveIterator
RecursiveIterator extends Iterator {
/* Methods */
public RecursiveIterator getChildren ( void )
public bool hasChildren ( void )
/* Inherited methods */
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 )
}

Table of Contents



add a note add a note User Contributed Notes
RecursiveIterator
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites