MultiplePcreFilterIterator

class MultiplePcreFilterIterator extends FilterIterator

MultiplePcreFilterIterator filters files using patterns (regexps, globs or strings).

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 $matchPatterns, array $noMatchPatterns)

Constructor.

Details

rewind()

This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases.

See also

FilterIterator::rewind()

__construct(Iterator $iterator, array $matchPatterns, array $noMatchPatterns)

Constructor.

Parameters

Iterator $iterator The Iterator to filter
array $matchPatterns An array of patterns that need to match
array $noMatchPatterns An array of patterns that need to not match
doc_Symfony
2016-10-28 06:24:04
Comments
Leave a Comment

Please login to continue.