ucfirst()
ucfirst( 文字列 );
<?php $a = "ucfirst()関数"; print ucfirst($a);
サンプルスクリプトの実行結果
PageTop / Home / PHP入門 / リファレンス目次