mb_strtoupper()
mb_strtoupper - Make a string uppercaseSyntax
string mb_strtoupper (string $str, string $encoding)Arguments
- str - The string being uppercased.
- encoding - The encoding parameter is the character encoding. If it is omitted, the internal character encoding value will be used.
