敦兮其若朴,旷兮其若谷
/** * 自定义I函数过滤方法,过滤script标签 */function htmlentities_custom($str){ $preg = "/<script[\s\S]*?<\/script>/i"; $newstr = preg_replace($preg,"",$str); //第四个参数表示替换次数,默认是-1,替换全部 return $newstr;}
/**
* 自定义I函数过滤方法,过滤script标签
*/
function htmlentities_custom($str)
{
$preg = "/<script[\s\S]*?<\/script>/i";
$newstr = preg_replace($preg,"",$str); //第四个参数表示替换次数,默认是-1,替换全部
return $newstr;
}
© 后花院 | 静心思考 | Powered by EMLOG | Theme by NIMA
友情链接:Nutcracker