Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找筛选 html 标签的解决方案。Stack Overflow 有一些允许的基本 html,但我正在为我的网站寻找解决方案。我还需要它在 PHP 中。 我记得在谷歌上看到过一些东西,但今天看了很多遍后似乎找不到它。
// Allow <p> and <a> echo strip_tags($text, '<p><a>');
http://php.net/manual/en/function.strip-tags.php