php过滤多空格_php正则过滤html标签、空格、换行符的代码(附说明)
$str=preg_replace("/\s+/", " ", $str); //過濾多余回車
$str=preg_replace("/
$str=preg_replace("//si","",$str); //注釋
$str=preg_replace("//si","",$str); //過濾DOCTYPE
$str=preg_replace("//si","",$str); //過濾html標(biāo)簽
$str=preg_replace("//si","",$str); //過濾head標(biāo)簽
$str=preg_replace("//si","",$str); //過濾meta標(biāo)簽
$str=preg_replace("//si","",$str); //過濾body標(biāo)簽
$str=preg_replace("//si","",$str); //過濾link標(biāo)簽
$str=preg_replace("//si","",$str); //過濾form標(biāo)簽
$str=preg_replace("/cookie/si","COOKIE",$str); //過濾COOKIE標(biāo)簽
$str=preg_replace("/(.*?)/si","",$str); //過濾applet標(biāo)簽
$str=preg_replace("//si","",$str); //過濾applet標(biāo)簽
$str=preg_replace("/(.*?)/si","",$str); //過濾style標(biāo)簽
$str=preg_replace("//si","",$str); //過濾style標(biāo)簽
$str=preg_replace("/(.*?)/si","",$str); //過濾title標(biāo)簽
$str=preg_replace("//si","",$str); //過濾title標(biāo)簽
$str=preg_replace("/(.*?)/si","",$str); //過濾object標(biāo)簽
$str=preg_replace("//si","",$str); //過濾object標(biāo)簽
$str=preg_replace("/(.*?)/si","",$str); //過濾noframes標(biāo)簽
$str=preg_replace("//si","",$str); //過濾noframes標(biāo)簽
$str=preg_replace("/(.*?)/si","",$str); //過濾frame標(biāo)簽
$str=preg_replace("//si","",$str); //過濾frame標(biāo)簽
$str=preg_replace("/(.*?)/si","",$str); //過濾script標(biāo)簽
$str=preg_replace("//si","",$str); //過濾script標(biāo)簽
$str=preg_replace("/javascript/si","Javascript",$str); //過濾script標(biāo)簽
$str=preg_replace("/vbscript/si","Vbscript",$str); //過濾script標(biāo)簽
$str=preg_replace("/on([a-z]+)\s*=/si","On\\1=",$str); //過濾script標(biāo)簽
$str=preg_replace("//si","&#",$str); //過濾script標(biāo)簽,如javAsCript:alert(
總結(jié)
以上是生活随笔為你收集整理的php过滤多空格_php正则过滤html标签、空格、换行符的代码(附说明)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: arm-none-linux-gnuea
- 下一篇: php数组遍历相同的元素覆盖_php获取