(PHP 3, PHP 4, PHP 5)
Restituisce la stringa string invertita.
Esempio 1. Invertire una stringa con strrev()
<?phpecho strrev("Hello world!"); // outputs "!dlrow olleH"?>