The AppendIterator class
(PHP 5 >= 5.1.0)
Wstęp
An Iterator that iterates over several iterators one after the other.
Krótki opis klasy
/* Metody */
/* Metody dziedziczone */
}Spis treści
- AppendIterator::append — Appends an iterator
- AppendIterator::__construct — Constructs an AppendIterator
- AppendIterator::current — Gets the current value
- AppendIterator::getArrayIterator — Gets the ArrayIterator
- AppendIterator::getInnerIterator — Gets the inner iterator
- AppendIterator::getIteratorIndex — Gets an index of iterators
- AppendIterator::key — Gets the current key
- AppendIterator::next — Moves to the next element
- AppendIterator::rewind — Rewinds the Iterator
- AppendIterator::valid — Checks validity of the current element
There are no user contributed notes for this page.
