Afișează lista derulantă

ucfirst()

« uasort | ucwords »
<?php
$string 
ucfirst (
    
  // string $str
);
?>
Rezultat
$string = 'Hello world!'
Exemple
#1 ucfirst  ("hello world!")
#2 ucfirst  ("HELLO WORLD!")
Vezi și
lcfirst, strtolower, strtoupper, ucwords