萬盛學電腦網

 萬盛學電腦網 >> 網頁制作 >> Html5 >> 如何讓php去除html標簽呢

如何讓php去除html標簽呢

我們為大家收集整理了關於php去除html標簽,以方便大家參考。

"'&(amp|#38);'i",

"'&(lt|#60);'i",

"'&(gt|#62);'i",

"'&(nbsp|#160);'i",

"'&(iexcl|#161);'i",

"'&(cent|#162);'i",

"'&(pound|#163);'i",

"'&(copy|#169);'i",

"'peihuo\.cn|peihuo\.mobi|div|\/'",

"'&#(\d+);'e");                    // 作為 PHP 代碼運行

$replace = array ("",

"",

" ",//"\\1",

"\"",

"&",

"<",

">",

" ",

chr(161),

chr(162),

chr(163),

chr(169),

"",

"chr(\\1)");

return  preg_replace ($search, $replace, $str);

}

希望大家可以學會php去除html標簽.想了解更多精彩內容,請關注我們的網站!

相關推薦:

html標簽注釋的方法

copyright © 萬盛學電腦網 all rights reserved