Docs
Search
Hooks
Functions
Methods
Classes
Home
Functions
evf_strtolower()
evf_strtolower(
string
$string
):
string
Make a string lowercase.
Description
Try to use mb_strtolower() when available.
Parameters
$string
string
required
String to format.
Return
string