API17:JString::strrev
From Joomla! Documentation
JString::strrev
Description
UTF-8 aware alternative to strrev Reverse a string.
public static function strrev ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | string | String to be reversed |
- Returns string The string in reverse character order
- Defined on line 332 of libraries/joomla/utilities/string.php
See also
JString::strrev source code on BitBucket
Class JString
Subpackage Utilities- Other versions of JString::strrev
User contributed notes
Code Examples