Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.94
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
siba91 /
core /
vendor /
symfony /
string /
Delete
Unzip
Name
Size
Permission
Date
Action
Exception
[ DIR ]
drwxr-xr-x
2023-11-03 02:38
Inflector
[ DIR ]
drwxr-xr-x
2023-11-03 02:38
Resources
[ DIR ]
drwxr-xr-x
2023-11-03 02:38
Slugger
[ DIR ]
drwxr-xr-x
2023-11-03 02:38
AbstractString.php
18.92
KB
-rw-r--r--
2023-11-03 02:38
AbstractUnicodeString.php
26.49
KB
-rw-r--r--
2023-11-03 02:38
ByteString.php
14.63
KB
-rw-r--r--
2023-11-03 02:38
CHANGELOG.md
836
B
-rw-r--r--
2023-11-03 02:38
CodePointString.php
7.54
KB
-rw-r--r--
2023-11-03 02:38
LICENSE
1.04
KB
-rw-r--r--
2023-11-03 02:38
LazyString.php
4.23
KB
-rw-r--r--
2023-11-03 02:38
README.md
555
B
-rw-r--r--
2023-11-03 02:38
UnicodeString.php
11.93
KB
-rw-r--r--
2023-11-03 02:38
composer.json
1.3
KB
-rw-r--r--
2023-11-03 02:38
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