(PHP 5 >= 5.3.0, PHP 7)
MultipleIterator::attachIterator — Attaches iterator information
Attaches iterator information.
Esta função não está documentada; somente a lista de argumentos está disponível.
iterator
The new iterator to attach.
infos
The associative information for the Iterator, which must be an
int, a string, or null
.
Description...
An IllegalValueException if the iterator
parameter
is invalid, or if infos
is already associated
information.