Answers for "smallcase php"

PHP
1

php code to convert to small letter

$str = strtolower($str);
Posted by: Guest on September-04-2020
3

php convert to lowercase

<?php
echo strtolower("Convert THIS TEXT ALL TO LOWER CASE");
?>
Posted by: Guest on August-25-2020

Browse Popular Code Answers by Language