-
php处理html标签
-
-
去html标签
$string ="<html><head>ssdfs</head><body>fsdgfd</body></html>";
$regx ="/(\<[^\<]*\>|\r|\n|\s|\[.+?\])/is";
$string = preg_replace($regx,'',$string);
htmlentites与htmlspecialchars的区别
$str='<ahref="test.html">测试页面</a>';
echohtmlentities($str); 对中文也进行了处理
$str='<ahref="test.html">测试页面</a>';
echohtmlspecialchars($str); 对中文不做处理
-
4726 次浏览
0 条评论
收藏
作者信息
-
关注
-
试
免费试用
-
咨询热线
-
咨询热线
020-82299 259
-
在线咨询