php:strrev() --字符串顺序倒过来输出的涵数
程序员文章站
2022-05-01 20:45:41
...
例:请把“abcde” 输出为 “edcba”. 必须使用涵数来编成.
[php]
echo strrev("abcde");
//输出 'edcba'