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