ALIAS

mblow()

ShortPHP reference for mb_strtolower().

Signature

mb_strtolower(string $string, ?string $encoding = null): string

Example

mblow(...);

PHP equivalent

mb_strtolower() is the canonical PHP function. ShortPHP provides mblow() as the convenience alias.

Extension: mbstring

Official PHP manual ↗

Reference navigation

Previous: mbpos()

Next: mbup()

Back to reference