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.

Table of Contents

To Top