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