Oct 16, 2014

What is the functionality of the function htmlentities?


Convert all applicable characters to HTML entities
This function is identical to htmlspecialchars() in all ways, except
with htmlentities(), all characters which have HTML character entity
equivalents are translated into these entities.

0 comments:

Post a Comment