Php/docs/class.norewinditerator

来自菜鸟教程
跳转至:导航、​搜索

(PHP 5 >= 5.1.0, PHP 7)

简介

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


类摘要


NoRewindIterator extends IteratorIterator {

/* 方法 */

public __construct ( Iterator $iterator )

public current ( ) : mixed

public getInnerIterator ( ) : iterator

public key ( ) : mixed

public next ( ) : void

public rewind ( ) : void

public valid ( ) : bool

/* 继承的方法 */

public IteratorIterator::next ( ) : void

public IteratorIterator::rewind ( ) : void

public IteratorIterator::valid ( ) : bool

}

Table of Contents