PHP TUTORIAL
PHP Change to lower case
The strtolower method can be used to change the string to all lower case.
Formally strtolower method is defined as
string strtolower ( string $str )
|
               
string strtolower ( string $str )
|