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()
Laravel also use e() helper function to runs htmlentities over the given string.
echo e('foo'); // <html>foo</html>
documentation : https://laravel.com/docs/5.8/helpers#method-e