The NoRewindIterator class
(PHP 5 >= 5.1.0)
Introduction
This iterator cannot be rewound.
Class synopsis
Table of Contents
- 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

There are no user contributed notes for this page.