当前位置:在线工具>转换相关>字符串反转
手机访问

字符串反转 / 字符串反向


复制结果

Example

示例 #1 PHP 7+ 字符串转换的例子,不适合用于中文
<?php
echo strrev("Hello world!"); // 输出 "!dlrow olleH"