Convert all characters to lowercase:
<?php
echo strtolower("Hello WORLD.");
?>
Try it Yourself »
The strtolower() function converts a string to lowercase.
Note: This function is binary-safe.
Related functions:
strtolower(
string)
Parameter | Description |
---|---|
string | Required. Specifies the string to convert |
Return Value: | Returns the the lowercased string |
---|---|
PHP Version: | 4+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!