Maison >développement back-end >tutoriel php >用php正则过滤程序标记开头到结尾全部过滤掉,请看说明,该怎么处理
用php正则过滤程序标记开头到结尾全部过滤掉,请看说明
用php正则过滤,比如: echo"ddfdf";?> 这段全部过滤掉,还有分别
------解决方案--------------------
preg_replace("##s", "", $str);
------解决方案--------------------
preg_replace("/()/gi","",$str);