MultipleIterator::attachIterator

(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:

MultipleIterator::__construct() -

doc_php
2016-02-24 16:19:58
Comments
Leave a Comment

Please login to continue.