LimitIterator
PHP Manual

LimitIterator::key

(PHP 5 >= 5.1.0, PHP 7)

LimitIterator::keyGet current key

Beschreibung

public mixed LimitIterator::key ( void )

Gets the key for the current item in the inner Iterator.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the key for the current item.

Siehe auch


LimitIterator
PHP Manual