InternalIterator::current
PHP Manual
PHP Manual»InternalIterator»InternalIterator::current

InternalIterator::current

(PHP 8)

InternalIterator::currentReturn the current element

Description

public function InternalIterator::current(): mixed

Returns the current element.

Parameters

This function has no parameters.

Return Values

Returns the current element.

To Top