Açılır listeyi görüntüleyin

ucfirst()

« uasort | ucwords »
<?php
$string 
ucfirst (
    
  // string $str
);
?>
Sonuç
$string = 'Hello world!'
Örnekler
#1 ucfirst  ("hello world!")
#2 ucfirst  ("HELLO WORLD!")
Ayrıca bkz
lcfirst, strtolower, strtoupper, ucwords