PHP Doku:: The NoRewindIterator class - class.norewinditerator.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)IteratorenThe NoRewindIterator class

Ein Service von Reinhard Neidl - Webprogrammierung.

Iteratoren

<<MultipleIterator::valid

NoRewindIterator::__construct>>


UnterSeiten:

The NoRewindIterator class

Einführung

This iterator cannot be rewinded.

Klassenbeschreibung

NoRewindIterator extends IteratorIterator {
/* Methoden */
__construct ( Iterator $iterator )
public mixed current ( void )
public iterator getInnerIterator ( void )
public mixed key ( void )
public void next ( void )
public void rewind ( void )
public bool valid ( void )
/* Geerbte Methoden */
public void IteratorIterator::current ( void )
public void IteratorIterator::key ( void )
public void IteratorIterator::next ( void )
public void IteratorIterator::rewind ( void )
public bool IteratorIterator::valid ( void )
}

Inhaltsverzeichnis


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",...)