码迷,mamicode.com
首页 > Web开发 > 详细

php去除html标签

时间:2019-09-02 23:46:14      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:color   ace   pre   ret   nbsp   string   cut   html标签   标签   

function cutstr_html($string){  

    $string = strip_tags($string);  

   $string = preg_replace([
"\t", "\r\n", "\r", "\n", " "], [], $string);

   return trim($string);
}

 

php去除html标签

标签:color   ace   pre   ret   nbsp   string   cut   html标签   标签   

原文地址:https://www.cnblogs.com/init-007/p/11449539.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!