InternalIterator::key

(PHP 8)

InternalIterator::keyReturn the key of the current element

Descripción

publicInternalIterator::key(): mixed

Returns the key of the current element.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns the key of the current element.

To Top