class SizeRangeFilterIterator extends FilterIterator

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

Methods

__construct(Iterator $iterator, array $comparators)

No description

bool
accept()

Filters the iterator values.

Details

__construct(Iterator $iterator, array $comparators)

Parameters

Iterator $iterator The Iterator to filter
array $comparators An array of NumberComparator instances

bool accept()

Filters the iterator values.

Return Value

bool true if the value should be kept, false otherwise