PHP String 函数
strrev() 函数反转字符串。
strrev(string)
<?php echo strrev("Hello World!"); ?>
strrev("Hello World!")
输出:
!dlroW olleH
Search: