(PHP 5 >= 5.3.0, PHP 7, PHP 8)
MultipleIterator::attachIterator — Attaches iterator information
Attaches iterator information.
本函數(shù)還未編寫文檔,僅有參數(shù)列表。
iterator
The new iterator to attach.
info
The associative information for the Iterator, which must be an
int, a string, or null
.
Description...
An IllegalValueException if the iterator
parameter
is invalid, or if info
is already associated
information.