MultipleIterator::attachIterator
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
MultipleIterator::attachIterator — Attaches iterator information
Beschreibung
Attaches iterator information.
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
-
iterator
-
The new iterator to attach.
-
info
-
The associative information for the Iterator, which must be an int, a string, or
null
.
Rückgabewerte
Description...
Fehler/Exceptions
An IllegalValueException if the iterator
parameter
is invalid, or if info
is already associated
information.