(PHP 5 >= 5.3.0, PHP 7)
Attaches iterator information
public void MultipleIterator::attachIterator ( Iterator $iterator [, string $infos ] )
Attaches iterator information.
Parameters:
iterator
The new iterator to attach.
infos
The associative information for the Iterator, which must be an integer, a string, or NULL
.
Returns:
Description...
This function is currently not documented; only its argument list is available.
Exception:
An IllegalValueException if the iterator
parameter is invalid, or if infos
is already associated information.
See also:
Please login to continue.