/* strtolower() function converts string to lowercase. */ <?php echo strtolower("Hello WORLD 123"); ?> // Output:hello world 123