Change String case to lower : String Case : String PHP Source Code


PHP Source Code » String » String Case »

 

Change String case to lower




<?
$mixed_case_word = "Lower Case and Upper Case";
$lowercase = strtolower($mixed_case_word);
print($lowercase);
?>
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo String
» String Case