(PHP 5 >= 5.1.0, PHP 7)
FilterIterator::__construct — Construct a filterIterator
Constructs a new FilterIterator, which consists of
a passed in iterator
with filters applied to it.
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
iterator
The iterator that is being filtered.
The FilterIterator.