Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.16.107.122
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-test /
vendor /
symfony /
finder /
Delete
Unzip
Name
Size
Permission
Date
Action
Comparator
[ DIR ]
drwxr-xr-x
2018-11-11 19:52
Exception
[ DIR ]
drwxr-xr-x
2018-11-11 19:52
Iterator
[ DIR ]
drwxr-xr-x
2018-11-11 19:52
Tests
[ DIR ]
drwxr-xr-x
2018-11-11 19:52
.gitignore
34
B
-rw-r--r--
2018-11-11 19:52
CHANGELOG.md
1.74
KB
-rw-r--r--
2018-11-11 19:52
Finder.php
21.65
KB
-rw-r--r--
2018-11-11 19:52
Glob.php
3.74
KB
-rw-r--r--
2018-11-11 19:52
LICENSE
1.04
KB
-rw-r--r--
2018-11-11 19:52
README.md
500
B
-rw-r--r--
2018-11-11 19:52
SplFileInfo.php
1.86
KB
-rw-r--r--
2018-11-11 19:52
composer.json
754
B
-rw-r--r--
2018-11-11 19:52
phpunit.xml.dist
833
B
-rw-r--r--
2018-11-11 19:52
Save
Rename
CHANGELOG ========= 4.2.0 ----- * added $useNaturalSort option to Finder::sortByName() method * the `Finder::sortByName()` method will have a new `$useNaturalSort` argument in version 5.0, not defining it is deprecated * added `Finder::reverseSorting()` to reverse the sorting 4.0.0 ----- * removed `ExceptionInterface` * removed `Symfony\Component\Finder\Iterator\FilterIterator` 3.4.0 ----- * deprecated `Symfony\Component\Finder\Iterator\FilterIterator` * added Finder::hasResults() method to check if any results were found 3.3.0 ----- * added double-star matching to Glob::toRegex() 3.0.0 ----- * removed deprecated classes 2.8.0 ----- * deprecated adapters and related classes 2.5.0 ----- * added support for GLOB_BRACE in the paths passed to Finder::in() 2.3.0 ----- * added a way to ignore unreadable directories (via Finder::ignoreUnreadableDirs()) * unified the way subfolders that are not executable are handled by always throwing an AccessDeniedException exception 2.2.0 ----- * added Finder::path() and Finder::notPath() methods * added finder adapters to improve performance on specific platforms * added support for wildcard characters (glob patterns) in the paths passed to Finder::in() 2.1.0 ----- * added Finder::sortByAccessedTime(), Finder::sortByChangedTime(), and Finder::sortByModifiedTime() * added Countable to Finder * added support for an array of directories as an argument to Finder::exclude() * added searching based on the file content via Finder::contains() and Finder::notContains() * added support for the != operator in the Comparator * [BC BREAK] filter expressions (used for file name and content) are no more considered as regexps but glob patterns when they are enclosed in '*' or '?'