What is the functionality of the function htmlentities? | PHP
Convert all applicable characters to HTML entities This function is identical to html special chars() in all ways, except with html entities(), all characters which have HTML character entity equivalents are translated into these entities.