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