PHP String 函数
反转字符串 "I love Shanghai!":
<?php echo strrev("I love Shanghai!"); ?>
运行实例
strrev() 函数反转字符串。
strrev(string)