MultipleIterator::detachIterator

(PHP 5 >= 5.3.0)

MultipleIterator::detachIteratorDetaches an iterator

Опис

public void MultipleIterator::detachIterator ( Iterator $iterator )

Detaches an iterator.

Увага

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

Параметри

iterator

The iterator to detach.

Значення, що повертаються

Не повертає значень.

Прогляньте Також

add a note add a note

User Contributed Notes

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