定义和用法
strtolower() 函数把字符串转换为小写
语法
strtolower(string)
参数解析
参数 | 描述 |
---|---|
string | 必需。规定要转换的字符串。 |
示例
输出
hello world.
本文共 152 字,大约阅读时间需要 1 分钟。
strtolower() 函数把字符串转换为小写
strtolower(string)
参数解析
参数 | 描述 |
---|---|
string | 必需。规定要转换的字符串。 |
示例
输出
hello world.
转载于:https://blog.51cto.com/suyanzhu/1896344