Dutch PHP Conference 2025 - Call For Papers

EmptyIterator::current

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

EmptyIterator::currentThe current() method

Опис

public EmptyIterator::current(): never

This function must not be called. It throws an exception upon access.

Увага

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

Параметри

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

Помилки/виключення

Throws an Exception if called.

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

Не повертає значень.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top