php e() and h() functions?

前端 未结 13 2049
情书的邮戳
情书的邮戳 2021-02-03 19:06

I and lately I\'m seeing h() and e() functions in PHP. I have googled them, but they are so short that results don\'t give any idea of what they are. I

13条回答
  •  星月不相逢
    2021-02-03 19:44

    In CakePHP h() is: Convenience wrapper for htmlspecialchars()

    For more information about Global constants and functions in CakePHP view this link

    http://book.cakephp.org/2.0/en/core-libraries/global-constants-and-functions.html

提交回复
热议问题