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> <Countable::count
Last updated: Fri, 14 Aug 2009

view this page in

La classe RecursiveIterator

Introduction

Les classes qui implémentent RecursiveIterator peut être utilisées pour itérer sur d'autres itérateurs.

Sommaire de l'Interface

RecursiveIterator
RecursiveIterator extends Iterator {
/* Méthodes */
public RecursiveIterator getChildren ( void )
public bool hasChildren ( void )
/* Méthodes héritées */
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 )
}

Sommaire



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

RecursiveIterator::getChildren> <Countable::count
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites