Display the text box

strtolower()

« strtok | strtotime »
<?php
$string 
strtolower (
    
  // string $str
);
?>
Result
$string = 'mary had a little lamb and she loved it so'
Examples
#1 strtolower  ("Mary Had A Little Lamb and She LOVED It So")
See also
mb_strtolower, strtoupper, ucfirst, ucwords