Iterator
PHP Manual

Iterator::key

(PHP 5 >= 5.1.0)

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, or NULL on failure.

Ошибки

Issues E_NOTICE on failure.


Iterator
PHP Manual