Iterator
PHP Manual

Iterator::key

(PHP 5 >= 5.0.0)

Iterator::keyReturn the key of the current element

Descrizione

abstract public scalar Iterator::key ( void )

Returns the key of the current element.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns scalar on success, or NULL on failure.

Errori/Eccezioni

Issues E_NOTICE on failure.


Iterator
PHP Manual