Exibir a lista drop-down

lcfirst()

« ksort | lcg_value »
<?php
$string 
lcfirst (
    
  // string $str
);
?>
resultado
$string = 'helloWorld'
Exemplos
#1 lcfirst  ("HelloWorld")
#2 lcfirst  ("HELLO WORLD!")
Veja também
strtolower, strtoupper, ucfirst, ucwords