gpt4 book ai didi

php - 将 "&Lowbar;"解码为 "_"的正确方法是什么?

转载 作者:行者123 更新时间:2023-12-04 13:31:42 25 4
gpt4 key购买 nike

我曾尝试使用 html_entity_decode 但它没有用。
使用它来解码它的正确功能是什么?

最佳答案

您可以简单地使用 ENT_HTML5带有 html_entity_decode 的标志:

echo html_entity_decode ('_', ENT_HTML5);
哪个打印:
_
参见 PHP 手册: https://www.php.net/manual/en/function.html-entity-decode.php

关于php - 将 "&Lowbar;"解码为 "_"的正确方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64706221/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com