AppendIterator::current
PHP Manual
PHP Manual»AppendIterator»AppendIterator::current

AppendIterator::current

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

AppendIterator::currentGets the current value

Опис

public function AppendIterator::current(): mixed

Gets the current value.

Параметри

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

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

The current value if it is valid or null otherwise.

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

To Top