PHP strtolower() Function
Complete PHP String Reference
Definition and Usage
The strtolower() function converts a string to
lowercase.
Syntax
Parameter |
Description |
string |
Required. Specifies the string to convert |
Example
<?php
echo strtolower("Hello WORLD.");
?>
|
The output of the code above will be:
Complete PHP String Reference
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|