Iterator (Component\Finder)

Symfony\Component\Finder\Iterator

Classes

CustomFilterIterator CustomFilterIterator filters files by applying anonymous functions.
DateRangeFilterIterator DateRangeFilterIterator filters out files that are not in the given date range (last modified dates).
DepthRangeFilterIterator DepthRangeFilterIterator limits the directory depth.
ExcludeDirectoryFilterIterator ExcludeDirectoryFilterIterator filters out directories.
FilePathsIterator Iterate over shell command result.
FileTypeFilterIterator FileTypeFilterIterator only keeps files, directories, or both.
FilecontentFilterIterator FilecontentFilterIterator filters files by their contents using patterns (regexps or strings).
FilenameFilterIterator FilenameFilterIterator filters files by patterns (a regexp, a glob, or a string).
FilterIterator This iterator just overrides the rewind method in order to correct a PHP bug.
MultiplePcreFilterIterator MultiplePcreFilterIterator filters files using patterns (regexps, globs or strings).
PathFilterIterator PathFilterIterator filters files by path patterns (e.g. some/special/dir).
RecursiveDirectoryIterator Extends the \RecursiveDirectoryIterator to support relative paths
SizeRangeFilterIterator SizeRangeFilterIterator filters out files that are not in the given size range.
SortableIterator SortableIterator applies a sort on a given Iterator.

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Finder/Iterator.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部