php去掉html标签 strip_tags php

strip_tags

去掉 HTML 及 PHP 的标记。
语法: string strip_tags(string str);
传回值: 字串

点赞