- This wiki is out of date, use the continuation of this wiki instead
Strrev
From FenixWiki
Definition
STRING strrev ( <STRING str> )
Returns a reversed version of a certain string, meaning the characters are in reversed order.
Parameters
STRING str | - The non reversed string. |
Returns
STRING : The reversed string.