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
h()
e()
It's CakePHP.
echo h('some stuff')
Is just htmlspecialchar()ing the stuff.
htmlspecialchar()