Visualizzare l'elenco a discesa

ucfirst()

« uasort | ucwords »
<?php
$string 
ucfirst (
    
  // string $str
);
?>
risultato
$string = 'Hello world!'
Esempi
#1 ucfirst  ("hello world!")
#2 ucfirst  ("HELLO WORLD!")
Vedi anche
lcfirst, strtolower, strtoupper, ucwords