API17

API17:JString::strrev

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples