(PHP 3, PHP 4 )
Retorna a string revertida.
Exemplo 1. Revertendo uma string strrev()
<?phpecho strrev("Hello world!"); // mostra "!dlrow olleH"?>