update : 2015.11.03
php.shukuma.com

검색:
 
 
Attaches iterator information

MultipleIterator::attachIterator

(PHP 5 >= 5.3.0)

MultipleIterator::attachIteratorAttaches iterator information

설명

public void MultipleIterator::attachIterator ( Iterator $iterator [, string $infos ] )

Attaches iterator information.

Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

인수

iterator

The new iterator to attach.

infos

The associative information for the Iterator, which must be an integer, a string, or NULL.

반환값

Description...

오류/예외

An IllegalValueException if the iterator parameter is invalid, or if infos is already associated information.

참고