strtolower() - string
Returns string with all alphabetic characters
converted to lowercase.
Parameters :
string - The input string.
Syntax
string strtolower
( string $string
)
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference