PHP 7.0.6 Released

MultipleIterator::containsIterator

(PHP 5 >= 5.3.0, PHP 7)

MultipleIterator::containsIteratorChecks if an iterator is attached

Description

public bool MultipleIterator::containsIterator ( Iterator $iterator )

Checks if an iterator is attached or not.

Warning

This function is currently not documented; only its argument list is available.

Parameters

iterator

The iterator to check.

Return Values

Returns TRUE on success or FALSE on failure.

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top