suchen

Heim  >  Fragen und Antworten  >  Hauptteil

php - htmlspecialchars() htmlentities() 这两个函数有什么区别吗 ?

在PHP 中如何将 HTML代码写入 Mysql 中 , (比如 , 一些前端编辑器的内容)

黄舟黄舟2821 Tage vor862

Antworte allen(2)Ich werde antworten

  • PHP中文网

    PHP中文网2017-04-10 15:48:18

    http://stackoverflow.com/questions/46483/htmlentities-vs-htmlspecialch...
    一个是一大票字符 一个是几个字符 准确点说就是" & < >
    老实说我没用过htmlentities 我是看了这个回答才知道htmlentities会转义这么多字符

    Antwort
    0
  • PHP中文网

    PHP中文网2017-04-10 15:48:18

    http://www.w3school.com.cn/php/func_string_htmlspecialchars.asp

    http://www.w3school.com.cn/php/func_string_htmlentities.asp

    你可以看一下它们的介绍,看你的需要去选择合适的,我觉得两个都是可以用的。

    Antwort
    0
  • StornierenAntwort