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