mb_convert_case

Example

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

Description

Perform case folding on a string

Return Values

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