Iterator
PHP Manual

Iterator::key

(PHP 5 >= 5.0.0)

Iterator::keyReturn the key of the current element

Opis

abstract public scalar Iterator::key ( void )

Returns the key of the current element.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns scalar on success, or NULL on failure.

Błędy/Wyjątki

Issues E_NOTICE on failure.


Iterator
PHP Manual