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
[edit] Last updated: Fri, 18 Sep 2009

view this page in

The InfiniteIterator class

Увод

This Iterator takes another Iterator and infinitely iterates it by rewinding it when its end is reached.

Синтаксис за класове

InfiniteIterator
InfiniteIterator extends IteratorIterator implements OuterIterator , Traversable , Iterator {
/* Methods */
__construct ( Iterator $iterator )
public void next ( void )
/* Inherited methods */
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 )
}

Съдържание



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

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