API17

Difference between revisions of "JString::strtolower"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JString::strtolower|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JString::strtolower|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JString::strtolower ($str)
+
public static function strtolower ($str)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 116 of libraries/joomla/utilities/string.php
===Defined in===
+
* '''Referenced by'''
libraries/joomla/utilities/string.php (line 120)
+
** [[JFilterOutput::stringURLUnicodeSlug/11.1|JFilterOutput::stringURLUnicodeSlug]]
* see source code in [[jplatform:utilities/string.php#cl-120|BitBucket]]
+
** [[JLanguage::transliterate/11.1|JLanguage::transliterate]]
===Referenced by===
 
* [[JFilterOutput::stringURLUnicodeSlug/11.1|JFilterOutput::stringURLUnicodeSlug]]
 
* [[JLanguage::transliterate/11.1|JLanguage::transliterate]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JString::strtolower source code''' on [[jplatform:utilities/string.php#cl-108|BitBucket]]
 +
* {{JVer|11.1}} Class [[JString/11.1|JString]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]]
 +
* [[JString::strtolower|Other versions of JString::strtolower]]
 +
{{SeeAlso:JString::strtolower}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JString::strtolower|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JString::strtolower|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JString/11.1|JString]]
+
===User contributed notes===
* [[JString::strtolower|Other versions of this method]]
 
{{SeeAlso:JString::strtolower}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 48: Line 46:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JString]][[Category:JString::strtolower]]</noinclude>
 
<noinclude>[[Category:JString]][[Category:JString::strtolower]]</noinclude>

Revision as of 21:44, 27 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JString::strtolower[edit]

Description[edit]

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.

Template:Description:JString::strtolower [Edit Descripton]

public static function strtolower ($str)
Parameter Type Default Description
$str

See also[edit]

Template:SeeAlso:JString::strtolower [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />