当前位置:Gxlcms > PHP教程 > php字符串大小写变换

php字符串大小写变换

时间:2021-07-01 10:21:17 帮助过:19人阅读

php 字符串大小写转换


ucwords(string) //每个单词首字母大写
ucfirst(string) //字符串第一个字母大写
strtolower(string) //字符串转换成小写
strtoupper(string) //字符串转换成大写

人气教程排行