(PHP 3, PHP 4, PHP 5)
stringを逆順にして返します。
例 1. strrev()で文字列を逆順にする
<?phpecho strrev("Hello world!"); // "!dlrow olleH"を出力?>