1、strtolower() //将字符串转换为小写形式
2、strtoupper() //将字符串转换为大写形式
3、ucfirst() //将字符串的第一个字符转换为大写形式
4、ucwords() //将字符串中每一个单词的首字母转换为大写形式
时间:2024-10-30 10:53:30
1、strtolower() //将字符串转换为小写形式
2、strtoupper() //将字符串转换为大写形式
3、ucfirst() //将字符串的第一个字符转换为大写形式
4、ucwords() //将字符串中每一个单词的首字母转换为大写形式