MultipleIterator::detachIterator

(PHP 5 >= 5.3.0, PHP 7)

MultipleIterator::detachIteratorDetaches an iterator

Opis

public MultipleIterator::detachIterator ( Iterator $iterator ) : void

Detaches an iterator.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

iterator

The iterator to detach.

Zwracane wartości

Nie jest zwracana żadna wartość.

Zobacz też:

add a note add a note

User Contributed Notes

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