Showing posts with label What is the functionality of the function htmlentities?. Show all posts
Showing posts with label What is the functionality of the function htmlentities?. Show all posts

Saturday, May 16, 2009

What is the functionality of the function htmlentities?

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.