イテレータ
PHP Manual

EmptyIterator クラス

(PHP 5 >= 5.1.0, PHP 7)

導入

空のイテレータ用の EmptyIterator クラスです。

クラス概要

EmptyIterator implements Iterator {
/* メソッド */
public mixed current ( void )
public scalar key ( void )
public void next ( void )
public void rewind ( void )
public bool valid ( void )
}

目次


イテレータ
PHP Manual