颠倒字串。
语法: string strrev(string string);
传回值: 字串
函式种类: 资料处理
将字串前后颠倒。
下例的传回字串为 "gneP nosliW"<?$str=strrev("Wilson Peng");echo $str;?>