Mostrar lista de opciones

lcfirst()

« ksort | lcg_value »
<?php
$string 
lcfirst (
    
  // string $str
);
?>
Resultado
$string = 'helloWorld'
Ejemplos
#1 lcfirst  ("HelloWorld")
#2 lcfirst  ("HELLO WORLD!")
Ver también
strtolower, strtoupper, ucfirst, ucwords