strtoupper() 将字符串转换为大写
strtolower() 将字符串转换成小写
ucfirst() 如果字符串的第一个字符是字母,就将该字符转换为大写
ucwords() 将字符串每个单词的第一个字母转换为大写