EmptyIterator
PHP Manual

EmptyIterator::current

(PHP 5 >= 5.1.0)

EmptyIterator::currentThe current() method

説明

public void EmptyIterator::current ( void )

This function must not be called. It throws an exception upon access.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

エラー / 例外

Throws an Exception if called.

返り値

値を返しません。


EmptyIterator
PHP Manual