Answers

Question and Answer:

  Home  PHP

⟩ 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.

 166 views

More Questions for you: