Méthode | Description | |
---|---|---|
__construct ( string $glob, Iterator $innerIterator, integer $mode = self::FILTER_VALUE, integer $flags ) | Creates a new iterator. |
public __construct ( string $glob, Iterator $innerIterator, integer $mode = self::FILTER_VALUE, integer $flags ) | ||
$glob | string | The canonical glob. |
$innerIterator | Iterator | The filtered iterator. |
$mode | integer | A bitwise combination of the mode constants. |
$flags | integer | A bitwise combination of the flag constants in {@link Glob}. |