Afficher la liste déroulante

ucfirst()

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