Iterator::key

(PHP 5, PHP 7)

Iterator::keyReturn the key of the current element

Descrierea

abstract public Iterator::key ( void ) : scalar

Returns the key of the current element.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns scalar on success, or NULL on failure.

Erori/Excepții

Issues E_NOTICE on failure.