Iterator
PHP Manual

Iterator::key

(PHP 5 >= 5.0.0, PHP 7)

Iterator::keyReturn the key of the current element

Descrierea

abstract public scalar Iterator::key ( void )

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.


Iterator
PHP Manual