Exibir a lista drop-down

ucfirst()

« uasort | ucwords »
<?php
$string 
ucfirst (
    
  // string $str
);
?>
resultado
$string = 'Hello world!'
Exemplos
#1 ucfirst  ("hello world!")
#2 ucfirst  ("HELLO WORLD!")
Veja também
lcfirst, strtolower, strtoupper, ucwords