class SizeRangeFilterIterator extends FilterIterator
SizeRangeFilterIterator filters out files that are not in the given size range.
Methods
rewind() This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases. | from FilterIterator | |
__construct(Iterator $iterator, array $comparators) Constructor. | ||
bool | accept() Filters the iterator values. |
Details
rewind()
This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases.
__construct(Iterator $iterator, array $comparators)
Constructor.
bool accept()
Filters the iterator values.
Please login to continue.