API17:JString::strrev
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 28: | Line 28: | ||
string The string in reverse character order | string The string in reverse character order | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/utilities/string.php | + | libraries/joomla/utilities/string.php (line 345) |
| + | * see source code in [[jplatform:utilities/string.php#cl-345|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 21:19, 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::strrev
Description
UTF-8 aware alternative to strrev Reverse a string.
Description:JString::strrev [Edit Descripton]
Synopsis
public static JString::strrev ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | string | String to be reversed |
Returns
string The string in reverse character order
Defined in
libraries/joomla/utilities/string.php (line 345)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
