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

search for in the

IteratorIterator::__construct> <InfiniteIterator::next
Last updated: Fri, 13 Nov 2009

view this page in

The IteratorIterator class

Introdução

This iterator wrapper allows the conversion of anything that is Traversable into an Iterator. It is important to understand that most classes that do not implement Iterators have reasons as most likely they do not allow the full Iterator feature set. If so, techniques should be provided to prevent misuse, otherwise expect exceptions or fatal errors.

Sinopse da classe

IteratorIterator
IteratorIterator implements Iterator , Traversable , OuterIterator {
/* Methods */
__construct ( Traversable $iterator )
public void current ( void )
public void getInnerIterator ( void )
public void key ( void )
public void next ( void )
public void rewind ( void )
public bool valid ( void )
}

Índice



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

IteratorIterator::__construct> <InfiniteIterator::next
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites