📌  相关文章
📜  如何在 php 代码示例中将字符串转换为小写

📅  最后修改于: 2022-03-11 14:54:19.551000             🧑  作者: Mango

代码示例4
The strtolower() function is used to convert a string into lowercase. This function takes a string as parameter and converts all the uppercase english alphabets present in the string to lowercase.