IteratorIterator
PHP Manual

IteratorIterator::key

(PHP 5 >= 5.1.0, PHP 7)

IteratorIterator::keyGet the key of the current element

Beschreibung

public scalar IteratorIterator::key ( void )

Get the key of the current element.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The key of the current element.

Siehe auch


IteratorIterator
PHP Manual