IT Placement Papers Programming PHP
This category contains PHP Interview Questions and Answers |
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.
Only registered users can write comments. Please login or register.
|