PHP Doku:: Gets the registered iterator instances - multipleiterator.current.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The MultipleIterator class

<<MultipleIterator::countIterators

MultipleIterator::detachIterator>>

MultipleIterator::current

(PHP 5 >= 5.3.0)

MultipleIterator::currentGets the registered iterator instances

Beschreibung

public void MultipleIterator::current ( void )

Get the registered iterator instances.

Warnung

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

An array of all registered iterator instances, or FALSE if no sub iterator is attached.

Fehler/Exceptions

A RuntimeException if mode MIT_NEED_ALL is set and at least one attached iterator is not valid. Or an IllegalValueException if a key is NULL and MIT_KEYS_ASSOC is set.

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