復制代碼 代碼如下:
function DeleteHtml($str)
{
$str = trim($str);
$str = strip_tags($str,"");
$str = ereg_replace("\t","",$str);
$str = ereg_replace("\r\n","",$str);
$str = ereg_replace("\r","",$str);
$str = ereg_replace("\n","",$str);
$str = ereg_replace("nbsp;"," ",$str);
return trim($str);
}
可以根據(jù)需要對這個函數(shù)進行擴充修改。
您可能感興趣的文章:- PHP數(shù)字前補0的自帶函數(shù)sprintf 和number_format的用法(詳解)
- PHP常用函數(shù)總結(jié)(180多個)
- PHP下使用mysqli的函數(shù)連接mysql出現(xiàn)warning: mysqli::real_connect(): (hy000/1040): ...
- PHP中鮮為人知的10個函數(shù)
- php用header函數(shù)實現(xiàn)301跳轉(zhuǎn)代碼實例
- PHP header()函數(shù)使用詳細(301、404等錯誤設(shè)置)
- php set_time_limit(0) 設(shè)置程序執(zhí)行時間的函數(shù)
- PHP使用trim函數(shù)去除字符串左右空格及特殊字符實例
- PHP判斷是否為空的幾個函數(shù)對比
- php中使用array_filter()函數(shù)過濾空數(shù)組的實現(xiàn)代碼
- php empty函數(shù)判斷mysql表單是否為空
- php下幾個常用的去空、分組、調(diào)試數(shù)組函數(shù)
- php通過各種函數(shù)判斷0和空