Iterator
PHP Manual

Iterator::key

(No version information available, might be only in CVS)

Iterator::keyReturn the key of the current element.

説明

abstract public scalar Iterator::key ( void )

Returns the key of the current element.

パラメータ

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

返り値

Returns scalar on success, integer 0 on failure.

エラー / 例外

Issues E_WARNING on failure.


Iterator
PHP Manual