CachingIterator::current
PHP Manual
PHP Manual»CachingIterator»CachingIterator::current

CachingIterator::current

(PHP 5, PHP 7, PHP 8)

CachingIterator::currentReturn the current element

Опис

public function CachingIterator::current(): mixed
Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

May return the current element in the iteration.

Параметри

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

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

Mixed

Прогляньте також

To Top