NoRewindIterator クラス

(PHP 5 >= 5.1.0, PHP 7)

はじめに

このイテレータは巻き戻しできません。

クラス概要

NoRewindIterator extends IteratorIterator {
/* メソッド */
public __construct ( Iterator $iterator )
public current ( void ) : mixed
public getInnerIterator ( void ) : iterator
public key ( void ) : mixed
public next ( void ) : void
public rewind ( void ) : void
public valid ( void ) : bool
/* 継承したメソッド */
public IteratorIterator::current ( void ) : mixed
public IteratorIterator::key ( void ) : scalar
public IteratorIterator::next ( void ) : void
public IteratorIterator::rewind ( void ) : void
public IteratorIterator::valid ( void ) : bool
}

目次