Web Analytics

PHP mb_strtoupper() Function

Multibyte StringPHP 4.3.0+

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