日本語
strrev()関数は文字列を反転させます。
strrev()
文字列「私は上海が大好き!」を反転させます:
<?php Echo Strrev ( 「私はShanghaiが大好き!」 ) ; ?>
自分で試してみてください
strrev ( string )