ドロップダウンリストを表示

ucfirst()

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