特定元素的 PHP HTMLEntities

发布于 2024-11-01 13:58:20 字数 230 浏览 0 评论 0原文

我正在使用 htmlentites() 来用安全的 html(即 PHP)替换字符,因为我希望能够显示 PHP 示例。我遇到的问题是所有标签都被替换(例如:


等)。我知道我可以编写一个自定义 htmentities 来仅替换 标签和其他特定的 xml 标签,但我想知道 PHP 中是否有某些东西已经做到了这一点?

I am working with htmlentites() to replace characters with safe html, namely the PHP because I want to be able to show PHP examples. The problem I am running into is all the tags are replaced (ex: </p>, </br> etc). I know I can write a custom htmentities to only replace the <? tags and other specific xml tags but I was wondering is there something in PHP that already does this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

离不开的别离 2024-11-08 13:58:20

I would use the highlight_string() function in PHP as it will escape the characters and syntax highlight the code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文