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