英文字列の頭を大文字に変換する

英文字列の頭を大文字に変換する
<?php
  echo ucfirst($hoge);
?>

参考サイト

PHP
ucfirst
http://php.net/manual/ja/function.ucfirst.php