InternalIterator::current

(PHP 8)

InternalIterator::currentReturn the current element

Description

publicInternalIterator::current(): mixed

Returns the current element.

Parameters

This function has no parameters.

Return Values

Returns the current element.

To Top