The NoRewindIterator class

(PHP 5 >= 5.1.0, PHP 7)

Einführung

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

Klassenbeschreibung

NoRewindIterator extends IteratorIterator {
/* Methoden */
public __construct ( Iterator $iterator )
public current ( ) : mixed
public key ( ) : mixed
public next ( ) : void
public rewind ( ) : void
public valid ( ) : bool
/* Geerbte Methoden */
public IteratorIterator::next ( ) : void
public IteratorIterator::rewind ( ) : void
public IteratorIterator::valid ( ) : bool
}

Inhaltsverzeichnis