EmptyIterator::current

(PHP 5 >= 5.1.0)

EmptyIterator::currentThe current() method

Опис

public void EmptyIterator::current ( void )

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

Увага

This function is currently not documented; only its argument list is available.

Параметри

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

Помилки/Винятки

Throws an Exception if called.

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

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

add a note add a note

User Contributed Notes

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