(PHP 5 >= 5.1.0, PHP 7, PHP 8)
FilterIterator::__construct — Construct a filterIterator
   Constructs a new FilterIterator, which consists of
   a passed in iterator with filters applied to it.
  
本函数还未编写文档,仅有参数列表。
iteratorThe iterator that is being filtered.
The FilterIterator.