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.217.79.15
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
vendor /
symfony /
string /
Delete
Unzip
Name
Size
Permission
Date
Action
Exception
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
Inflector
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
Resources
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
Slugger
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
.gitattributes
175
B
-rw-r--r--
2020-11-17 16:24
AbstractString.php
17.94
KB
-rw-r--r--
2020-11-17 16:24
AbstractUnicodeString.php
25.65
KB
-rw-r--r--
2020-11-17 16:24
ByteString.php
14.96
KB
-rw-r--r--
2020-11-17 16:24
CHANGELOG.md
656
B
-rw-r--r--
2020-11-17 16:24
CodePointString.php
7.87
KB
-rw-r--r--
2020-11-17 16:24
LICENSE
1.04
KB
-rw-r--r--
2020-11-17 16:24
LazyString.php
4.79
KB
-rw-r--r--
2020-11-17 16:24
README.md
560
B
-rw-r--r--
2020-11-17 16:24
UnicodeString.php
12.44
KB
-rw-r--r--
2020-11-17 16:24
composer.json
1.18
KB
-rw-r--r--
2020-11-17 16:24
Save
Rename
CHANGELOG ========= 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