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

InternalIterator::current

(PHP 8)

InternalIterator::currentReturn the current element

Опис

public function InternalIterator::current(): mixed

Returns the current element.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the current element.

To Top