PHP mb_strtoupper() Function
The mb_strtoupper() function converts all characters in a multibyte string to uppercase, supporting international characters.
Syntax
mb_strtoupper(string $string, ?string $encoding = null): string
Try It Online
Output
Click Run to execute your code
Enjoying these tutorials?