UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_a852e4e4c22f
/
vendor
/
respect
/
validation
/
docs
/
rules
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
Charset.md
# Charset - `v::charset(mixed $charset)` Validates if a string is in a specific charset. ```php v::charset('ASCII')->validate('açúcar'); // false v::charset('ASCII')->validate('sugar'); //true v::charset(['ISO-8859-1', 'EUC-JP'])->validate('日本国'); // true ``` The array format is a logic OR, not AND. *** See also: * [Alnum](Alnum.md) * [Alpha](Alpha.md)
Copyright © 2026 - UnknownSec