将字串第一个字元改大写。
语法: string ucfirst(string str);
传回值: 字串
函式种类: 资料处理
本函式传回字串 str 第一个字的字首字母改成大写。
strtoupper() strtolower()