php中可以使用strtolower()函数将所有大写字母转换为小写字母。
strtolower() 函数把字符串转换为小写。
注释:该函数是二进制安全的。
语法:strtolower(string)
参数:string 必需。规定要转换的字符串。
示例:
运行结果如下:
更多PHP相关教程请关注php中文网
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!