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.21.33.186
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
symfony /
string /
Delete
Unzip
Name
Size
Permission
Date
Action
Exception
[ DIR ]
drwxr-xr-x
2021-01-25 09:00
Inflector
[ DIR ]
drwxr-xr-x
2021-01-25 09:00
Resources
[ DIR ]
drwxr-xr-x
2021-01-25 09:00
Slugger
[ DIR ]
drwxr-xr-x
2021-01-25 09:00
AbstractString.php
17.94
KB
-rw-r--r--
2021-01-25 09:00
AbstractUnicodeString.php
25.74
KB
-rw-r--r--
2021-01-25 09:00
ByteString.php
14.95
KB
-rw-r--r--
2021-01-25 09:00
CHANGELOG.md
705
B
-rw-r--r--
2021-01-25 09:00
CodePointString.php
7.87
KB
-rw-r--r--
2021-01-25 09:00
LICENSE
1.04
KB
-rw-r--r--
2021-01-25 09:00
LazyString.php
4.79
KB
-rw-r--r--
2021-01-25 09:00
README.md
560
B
-rw-r--r--
2021-01-25 09:00
UnicodeString.php
12.57
KB
-rw-r--r--
2021-01-25 09:00
composer.json
1.27
KB
-rw-r--r--
2021-01-25 09:00
Save
Rename
CHANGELOG ========= 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