The InfiniteIterator class
Увод
This Iterator takes another Iterator and infinitely iterates it by rewinding it when its end is reached.
Синтаксис за класове
InfiniteIterator
/* Methods */
__construct
( Iterator $iterator
)
/* Inherited methods */
IteratorIterator::__construct
( Traversable $iterator
)
}Съдържание
- InfiniteIterator::__construct — Constructs an infiniteIterator
- InfiniteIterator::next — Moves the Iterator forward
There are no user contributed notes for this page.
