Php/docs/class.norewinditerator

From Get docs

(PHP 5 >= 5.1.0, PHP 7)

Introduction

This iterator ignores rewind operations. This allows processing an iterator in multiple partial foreach loops.


Class synopsis


NoRewindIterator extends IteratorIterator {

/* Methods */

public __construct ( Iterator $iterator )

public current ( ) : mixed

public getInnerIterator ( ) : iterator

public key ( ) : mixed

public next ( ) : void

public rewind ( ) : void

public valid ( ) : bool

/* Inherited methods */

public IteratorIterator::next ( ) : void

public IteratorIterator::rewind ( ) : void

public IteratorIterator::valid ( ) : bool

}

Table of Contents