显示下拉菜单

ucfirst()

« uasort | ucwords »
<?php
$string 
ucfirst (
    
  // string $str
);
?>
结果
$string = 'HELLO WORLD!'
示例
#1 ucfirst  ("hello world!")
#2 ucfirst  ("HELLO WORLD!")
另请参阅
lcfirst, strtolower, strtoupper, ucwords