JString::strtolower
UTF-8 aware alternative to strtlower
Make a string lowercase Note: The concept of a characters "case" only exists is some alphabets such as Latin, Greek, Cyrillic, Armenian and archaic Georgian - it does not exist in the Chinese alphabet, for example. See Unicode Standard Annex #21: Case Mappings
Signature
public function strtolower(string
$strĀ )
Parameters
-
$str
- String being processed
Returns
- mixed
- Either string in lowercase or FALSE is UTF-8 invalid