(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.
  
Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.
iteratorThe iterator that is being filtered.
The FilterIterator.