mb_strtolower

Example

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

Description

Make a string lowercase

Return Values

str with all alphabetic characters converted to lowercase.