FilterIterator::__construct

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

FilterIterator::__constructConstruct a filterIterator

說明

public FilterIterator::__construct(Iterator $iterator)

Constructs a new FilterIterator, which consists of a passed in iterator with filters applied to it.

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

iterator

The iterator that is being filtered.

參見