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