PHP Doku:: Construct a filterIterator - filteriterator.construct.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)IteratorenThe FilterIterator classFilterIterator::__construct

Ein Service von Reinhard Neidl - Webprogrammierung.

The FilterIterator class

<<FilterIterator::accept

FilterIterator::current>>

FilterIterator::__construct

(PHP 5 >= 5.1.0)

FilterIterator::__constructConstruct a filterIterator

Beschreibung

FilterIterator::__construct ( Iterator $iterator )

Constructs a new FilterIterator, which consists of a passed in iterator with filters applied to it.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

iterator

The iterator that is being filtered.

Rückgabewerte

The FilterIterator.

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