API17:JString::strtoupper
From Joomla! Documentation
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::strtoupper
Description
UTF-8 aware alternative to strtoupper Make a string uppercase 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::strtoupper [Edit Descripton]
public static function strtoupper ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str |
- Returns
- Defined on line 133 of libraries/joomla/utilities/string.php
See also
-
JString::strtoupper source code on BitBucket
-
Class JString
-
Subpackage Utilities
- Other versions of JString::strtoupper
SeeAlso:JString::strtoupper [Edit See Also]
User contributed notes
<CodeExamplesForm />
