ALIAS
mbsl()
ShortPHP reference for mb_strlen().
Signature
mb_strlen(string $string, ?string $encoding = null): int
Example
mbsl(...);PHP equivalent
mb_strlen() is the canonical PHP function. ShortPHP provides mbsl() as the convenience alias.
Extension: mbstring