当前位置:Gxlcms > PHP教程 > php适用方法积累

php适用方法积累

时间:2021-07-01 10:21:17 帮助过:5人阅读

php 实用方法积累
1、php substring截取字符串的方法
 0xa0)
{
$tmpstr .= substr($str, $i, 2);
$i++;
} else {
$tmpstr .= substr($str, $i, 1);
}
}
if($length < 0) $tmpstr = strrev($tmpstr);
return $tmpstr;
}
?>




设置重定向方法1



设置重定向方法2
 
 
 
 
 
 
页面只停留一秒…… 
 



设置重定向方法3
 

人气教程排行