//by www.qzphp.cn strtolower() //将字符串转换为小写形式 strtoupper() //将字符串转换为大写形式 ucfirst() //将字符串的第一个字符转换为大写形式 ucwords() //将字符串中每一个单词的首字母转换为大写形式