php function to convert string to lowercase code example Example: php convert to lowercase <?php echo strtolower("Convert THIS TEXT ALL TO LOWER CASE"); ?>