(PHP 5 >= 5.3.0, PHP 7)
Checks if an iterator is attached
public bool MultipleIterator::containsIterator ( Iterator $iterator )
Checks if an iterator is attached or not.
Parameters:
iterator
The iterator to check.
Returns:
Returns TRUE
on success or FALSE
on failure.
This function is currently not documented; only its argument list is available.
See also:
Please login to continue.