Convert all characters to lowercase:
<?php
echo strtolower("Hello WORLD.");
?>
by გიორგი ბაკაშვილი
4 years ago
PHP
String
PHP official doc
0
Pro tip: use ```triple backticks around text``` to write in code fences