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

ucwords()

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