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 : 18.188.195.92
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
symfony /
string /
Delete
Unzip
Name
Size
Permission
Date
Action
Exception
[ DIR ]
drwxrwxr-x
2022-07-24 16:15
Inflector
[ DIR ]
drwxrwxr-x
2022-07-24 16:15
Resources
[ DIR ]
drwxrwxr-x
2022-07-24 16:15
Slugger
[ DIR ]
drwxrwxr-x
2022-07-24 16:15
AbstractString.php
19.69
KB
-rw-rw-r--
2022-07-24 16:15
AbstractUnicodeString.php
26.93
KB
-rw-rw-r--
2022-07-24 16:15
ByteString.php
14.95
KB
-rw-rw-r--
2022-07-24 16:15
CHANGELOG.md
836
B
-rw-rw-r--
2022-07-24 16:15
CodePointString.php
7.87
KB
-rw-rw-r--
2022-07-24 16:15
LICENSE
1.04
KB
-rw-rw-r--
2022-07-24 16:15
LazyString.php
4.79
KB
-rw-rw-r--
2022-07-24 16:15
README.md
555
B
-rw-rw-r--
2022-07-24 16:15
UnicodeString.php
12.57
KB
-rw-rw-r--
2022-07-24 16:15
composer.json
1.36
KB
-rw-rw-r--
2022-07-24 16:15
Save
Rename
CHANGELOG ========= 5.4 --- * Add `trimSuffix()` and `trimPrefix()` methods 5.3 --- * Made `AsciiSlugger` fallback to parent locale's symbolsMap 5.2.0 ----- * added a `FrenchInflector` class 5.1.0 ----- * added the `AbstractString::reverse()` method * made `AbstractString::width()` follow POSIX.1-2001 * added `LazyString` which provides memoizing stringable objects * The component is not marked as `@experimental` anymore * added the `s()` helper method to get either an `UnicodeString` or `ByteString` instance, depending of the input string UTF-8 compliancy * added `$cut` parameter to `Symfony\Component\String\AbstractString::truncate()` * added `AbstractString::containsAny()` * allow passing a string of custom characters to `ByteString::fromRandom()` 5.0.0 ----- * added the component as experimental