mb_strtoupper
mb_strtoupper
(PHP 4 >= 4.3.0, PHP 5, PHP 7)
mb_strtoupper — Make a string uppercase
Description
string mb_strtoupper ( string $str [, string $encoding = mb_internal_encoding() ] )
Returns str
with all alphabetic characters converted to uppercase.