API17:JString::strtolower
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 28: | Line 28: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/utilities/string.php | + | libraries/joomla/utilities/string.php (line 120) |
| + | * see source code in [[jplatform:utilities/string.php#cl-120|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JFilterOutput | + | * [[JFilterOutput::stringURLUnicodeSlug/11.1|JFilterOutput::stringURLUnicodeSlug]] |
| − | * [[JLanguage | + | * [[JLanguage::transliterate/11.1|JLanguage::transliterate]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 21:20, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
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]
Synopsis
public static JString::strtolower ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str |
Returns
Defined in
libraries/joomla/utilities/string.php (line 120)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
