PHP Doku:: Get current element - limititerator.current.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)IteratorenThe LimitIterator classLimitIterator::current

Ein Service von Reinhard Neidl - Webprogrammierung.

The LimitIterator class

<<LimitIterator::__construct

LimitIterator::getInnerIterator>>

LimitIterator::current

(PHP 5 >= 5.1.0)

LimitIterator::currentGet current element

Beschreibung

public mixed LimitIterator::current ( void )

Gets the current element of the inner Iterator.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the current element or NULL if there is none.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)