mb_convert_case

 string mb_convert_case ( string $str , int $mode = MB_CASE_UPPER [, string $encoding = mb_internal_encoding() ] ) 

説明

Perform case folding on a string

戻り値

A case folded version of string converted in the way specified by mode.