PHP Dokumentation: Class norewinditerator
12. Januar 2010 von werner
The NoRewindIterator class
Einführung
This iterator cannot be rewinded.
Klassenbeschreibung
NoRewindIterator
NoRewindIterator extends IteratorIterator {
/* Methods */
__construct ( Iterator $iterator )
/* Inherited methods */
IteratorIterator::__construct ( Traversable $iterator )
}
Inhaltsverzeichnis
- NoRewindIterator::__construct ? Construct a NoRewindIterator
- NoRewindIterator::current ? Get the current value
- NoRewindIterator::getInnerIterator ? Get the inner iterator
- NoRewindIterator::key ? Get the current key
- NoRewindIterator::next ? Forward to the next element
- NoRewindIterator::rewind ? Prevents the rewind operation on the inner iterator.
- NoRewindIterator::valid ? Validates the iterator