日期:2014-05-17 浏览次数:20457 次
ucwords(string) //每个单词首字母大写 ucfirst(string) //字符串第一个字母大写 strtolower(string) //字符串转换成小写 strtoupper(string) //字符串转换成大写