Definition and Usage
定义和用法The
strtolower() function converts a string to lowercase.
strtolower()函数的作用是:将一个字符转为小写字母。
Syntax
语法
[tr]Parameter参数Description描述[/tr]| string | Required. Specifies the string to convert 必要参数。指定需要进行转换的字符串 |
Example
案例
| <?phpecho strtolower("Hello WORLD.");?> |
The output of the code above will be:
上述代码将输出下面的结果: