Mostrar lista de opciones

ucfirst()

« uasort | ucwords »
<?php
$string 
ucfirst (
    
  // string $str
);
?>
Resultado
$string = 'Hello world!'
Ejemplos
#1 ucfirst  ("hello world!")
#2 ucfirst  ("HELLO WORLD!")
Ver también
lcfirst, strtolower, strtoupper, ucwords