(PHP 5 >= 5.3.0, PHP 7)
MultipleIterator::containsIterator — Checks if an iterator is attached
$iterator
Checks if an iterator is attached or not.
本函数还未编写文档,仅有参数列表。
iterator
The iterator to check.
成功时返回 TRUE, 或者在失败时返回 FALSE。
TRUE
FALSE