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. |
||
| Boolean |
accept()
Filters the iterator values. |
Details
in FilterIterator at line 29
public
rewind()
This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases.
at line 31
public
__construct(Iterator $iterator, array $comparators)
Constructor.
at line 43
public Boolean
accept()
Filters the iterator values.