❮PHP字符串参考
反转字符串“ Hello World!”:
<?php echo strrev("Hello World!"); ?>
strrev()函数可反转字符串。
strrev(string)