显示下拉菜单

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