API17

Difference between revisions of "JString::ucfirst"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 28: Line 28:
 
string with first character as upper case (if applicable)
 
string with first character as upper case (if applicable)
 
===Defined in===
 
===Defined in===
libraries/joomla/utilities/string.php
+
libraries/joomla/utilities/string.php (line 491)
 +
* see source code in [[jplatform:utilities/string.php#cl-491|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:20, 23 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::ucfirst[edit]

Description[edit]

UTF-8 aware alternative to ucfirst Make a string's first character uppercase.

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

Synopsis[edit]

public static JString::ucfirst ($str)
Parameter Type Default Description
$str string

Returns[edit]

string with first character as upper case (if applicable)

Defined in[edit]

libraries/joomla/utilities/string.php (line 491)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JString::ucfirst

Examples[edit]

<CodeExamplesForm />