Recommend this page to a friend! |
Classes of Murat Cileli | Papernic | vendor/symfony/symfony/src/Symfony/Component/Finder/README.md | Download |
|
DownloadFinder ComponentFinder finds files and directories via an intuitive fluent interface.
The iterator returns instances of [Symfony\Component\Finder\SplFileInfo\SplFileInfo][1].
Besides the build-in methods inherited from [\SplFileInfo]2 But you can also use it to find files stored remotely like in this example where we are looking for files on Amazon S3:
ResourcesYou can run the unit tests with the following command:
[1]: http://api.symfony.com/2.5/Symfony/Component/Finder/SplFileInfo.html [2]: http://php.net/splfileinfo [3]: https://symfony.com/doc/current/components/finder.html#usage |