Php/docs/class.appenditerator

提供:Dev Guides
< Php
移動先:案内検索

(PHP 5 >= 5.1.0, PHP 7)

はじめに

複数のイテレータをひとつひとつ処理するイテレータです。


クラス概要


AppendIterator extends IteratorIterator implements OuterIterator {

/* メソッド */

public __construct ( )

public append ( Iterator $iterator ) : void

public current ( ) : mixed

public getInnerIterator ( ) : Iterator

public getIteratorIndex ( ) : int

public key ( ) : scalar

public next ( ) : void

public rewind ( ) : void

public valid ( ) : bool

/* 継承したメソッド */

public IteratorIterator::next ( ) : void

public IteratorIterator::rewind ( ) : void

public IteratorIterator::valid ( ) : bool

}

目次