标签:字符 table ring width target val 加工 lse com
strrev()怎么用?
php strrev()函数用于反转字符串,语法是strrev(string),返回已反转的字符串。大理石构件来图加工
作用:反转字符串
语法:strrev(string)
参数:
参数 | 描述 |
string | 必要,指定要反转的字符串。 |
说明:返回已反转的字符串。
<?php $i = "hello world"; $j = strrev($i); echo $j; ?>
标签:字符 table ring width target val 加工 lse com
原文地址:https://www.cnblogs.com/furuihua/p/11881266.html