Source Code:
(back to article)
<?php $string = "Hello World!"; $lowercase_string = strtolower($string); echo $lowercase_string;
Result:
Report an issue