LimitIterator::current

(PHP 5 >= 5.1.0)

LimitIterator::currentGet current element

Опис

public mixed LimitIterator::current ( void )

Gets the current element of the inner Iterator.

Параметри

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

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

Returns the current element or NULL if there is none.

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

add a note add a note

User Contributed Notes

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