php替换超长文本中的特殊字符的函数代码

技术教程2个月前发布 北陌
427 00

php替换超长文本中的特殊字符的函数代码

function unhtml($content){

$content=htmlspecialchars($content);

$content=str_replace(chr(13),””,$content);

$content=str_replace(chr(32),””,$content);

$content=str_replace(“[_[“,”

© 版权声明

相关文章

暂无评论

none
暂无评论...