Afficher la liste déroulante

lcfirst()

« ksort | lcg_value »
<?php
$string 
lcfirst (
    
  // string $str
);
?>
Résultat
$string = 'helloWorld'
Exemples
#1 lcfirst  ("HelloWorld")
#2 lcfirst  ("HELLO WORLD!")
Voir aussi
strtolower, strtoupper, ucfirst, ucwords