The NoRewindIterator class
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
Introduction
This iterator ignores rewind operations. This allows processing an iterator in multiple partial foreach loops.
Class synopsis
/* Methods */
/* Inherited methods */
}Table of Contents
- NoRewindIterator::__construct — Construct a NoRewindIterator
- NoRewindIterator::current — Get the current value
- 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
↑ and ↓ to navigate • Enter to select • Esc to close • / to open