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