Display the drop-down list

lcfirst()

« ksort | lcg_value »
<?php
$string 
lcfirst (
    
  // string $str
);
?>
Result
$string = 'helloWorld'
Examples
#1 lcfirst  ("HelloWorld")
#2 lcfirst  ("HELLO WORLD!")
See also
strtolower, strtoupper, ucfirst, ucwords