suche nach in der

InfiniteIterator::__construct> <GlobIterator::count
Last updated: Fri, 18 May 2012

view this page in

The InfiniteIterator class

(PHP 5 >= 5.1.0)

Einführung

The InfiniteIterator allows one to infinitely iterate over an iterator without having to manually rewind the iterator upon reaching its end.

Klassenbeschreibung

InfiniteIterator extends IteratorIterator implements OuterIterator , Traversable , Iterator {
/* Methoden */
public __construct ( Iterator $iterator )
public void next ( void )
/* Geerbte Methoden */
public mixed IteratorIterator::current ( void )
public Traversable IteratorIterator::getInnerIterator ( void )
public void IteratorIterator::key ( void )
public void IteratorIterator::next ( void )
public void IteratorIterator::rewind ( void )
public bool IteratorIterator::valid ( void )
}

Inhaltsverzeichnis



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, 18 May 2012