php如何将字符串转化为小写

在php中使用strtolower()函数将字符串转化为小写,具体方法如下:

strtolower()函数作用:

php中strtolower()函数的作用是用于将字符串转换为小写。

strtolower()函数语法:

strtolower(string)

参数:

string:指定字符串。

strtolower()函数使用方法:

php如何将字符串转化为小写
echo strtolower("Hello WORLD!");

输出结果为:

hello world!

赞(0)
未经允许不得转载:主机测评网 » php如何将字符串转化为小写
分享到: 更多 (0)