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