mb_strtoupper

Example

 string mb_strtoupper ( string $str [, string $encoding = mb_internal_encoding() ] ) 

Description

Make a string uppercase

Return Values

str with all alphabetic characters converted to uppercase.