Php/docs/class.emptyiterator

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

(PHP 5 >= 5.1.0, PHP 7)

はじめに

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


クラス概要


EmptyIterator implements Iterator {

/* メソッド */

public current ( ) : mixed

public key ( ) : scalar

public next ( ) : void

public rewind ( ) : void

public valid ( ) : bool

}

目次