The NoRewindIterator class

(PHP 5 >= 5.1.0, PHP 7)

Giriş

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

Sınıf Sözdizimi

NoRewindIterator extends IteratorIterator {
/* Yöntemler */
public __construct ( Iterator $iterator )
public current ( ) : mixed
public key ( ) : mixed
public next ( ) : void
public rewind ( ) : void
public valid ( ) : bool
/* Miras alınan yöntemler */
public IteratorIterator::next ( ) : void
public IteratorIterator::rewind ( ) : void
public IteratorIterator::valid ( ) : bool
}

İçindekiler