Linux premium256.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 162.0.217.164 & Your IP : 216.73.216.70
Domains :
Cant Read [ /etc/named.conf ]
User : niyknzcu
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
cpanel /
ea-wappspector /
vendor /
symfony /
string /
Delete
Unzip
Name
Size
Permission
Date
Action
Exception
[ DIR ]
drwxr-xr-x
2026-05-12 11:44
Inflector
[ DIR ]
drwxr-xr-x
2026-05-12 11:44
Resources
[ DIR ]
drwxr-xr-x
2026-05-12 11:44
Slugger
[ DIR ]
drwxr-xr-x
2026-05-12 11:44
AbstractString.php
18.45
KB
-rw-r--r--
2026-05-12 11:44
AbstractUnicodeString.php
26.16
KB
-rw-r--r--
2026-05-12 11:44
ByteString.php
14.31
KB
-rw-r--r--
2026-05-12 11:44
CHANGELOG.md
890
B
-rw-r--r--
2026-05-12 11:44
CodePointString.php
7.54
KB
-rw-r--r--
2026-05-12 11:44
LICENSE
1.04
KB
-rw-r--r--
2026-05-12 11:44
LazyString.php
4.36
KB
-rw-r--r--
2026-05-12 11:44
README.md
555
B
-rw-r--r--
2026-05-12 11:44
UnicodeString.php
13.32
KB
-rw-r--r--
2026-05-12 11:44
composer.json
1.3
KB
-rw-r--r--
2026-05-12 11:44
Save
Rename
CHANGELOG ========= 6.2 --- * Add support for emoji in `AsciiSlugger` 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