PHP 函数:ucwords()

将字符串每个字第一个字母改大写。

语法: string ucwords(string str);

返回值: 字符串

函数种类: 资料处理
内容说明
本函数返回字符串 str 每个字的字首字母全都改成大写。