Documentation

SizeRangeFilterIterator extends FilterIterator
in package

SizeRangeFilterIterator filters out files that are not in the given size range.

Tags
author

Fabien Potencier fabien@symfony.com

extends

\FilterIterator<string, \SplFileInfo>

Table of Contents

$comparators  : array<string|int, mixed>
__construct()  : mixed
accept()  : bool
Filters the iterator values.

Properties

Methods

__construct()

public __construct(Iterator<string, SplFileInfo$iterator, array<string|int, NumberComparator$comparators) : mixed
Parameters
$iterator : Iterator<string, SplFileInfo>
$comparators : array<string|int, NumberComparator>
Return values
mixed

Search results