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

search for in the

InfiniteIterator::__construct> <GlobIterator::count
Last updated: Fri, 14 Aug 2009

view this page in

La classe InfiniteIterator

Introduction

Cet Iterator prend un autre Iterator et itère dessus indéfiniment, en le remettant à zéro dès que la fin est atteinte.

Synopsis de la classe

InfiniteIterator
InfiniteIterator extends IteratorIterator implements OuterIterator , Traversable , Iterator {
/* Méthodes */
__construct ( Iterator $iterator )
public void next ( void )
/* Méthodes héritées */
public void IteratorIterator::current ( void )
public void IteratorIterator::key ( void )
public void IteratorIterator::next ( void )
public void IteratorIterator::rewind ( void )
public bool IteratorIterator::valid ( void )
}

Sommaire



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

InfiniteIterator::__construct> <GlobIterator::count
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites