InternalIterator::current

(PHP 8)

InternalIterator::currentReturn the current element

Descripción

publicInternalIterator::current(): mixed

Returns the current element.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns the current element.

To Top