ALIAS

mbup()

ShortPHP reference for mb_strtoupper().

Signature

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

Example

mbup(...);

PHP equivalent

mb_strtoupper() is the canonical PHP function. ShortPHP provides mbup() as the convenience alias.

Extension: mbstring

Official PHP manual ↗

Reference navigation

Previous: mblow()

Next: mbsub()

Back to reference