JString::strtolower/1.5
From Joomla! Documentation
JString::strtolower
Description
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.
Description:JString::strtolower [Edit Descripton]
public function strtolower ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str |
- Returns
- Defined on line 124 of libraries/joomla/utilities/string.php
- Referenced by
See also
-
JString::strtolower on api.joomla.org
-
JString source code on JoomlaCode
-
Class JString
-
Subpackage Utilities
- Other versions of JString::strtolower
SeeAlso:JString::strtolower [Edit See Also]
User contributed notes
<CodeExamplesForm />