Unescape HTML

Decode HTML entities back to their original characters.

Code

Utilities
html_entity_decode($s, ENT_QUOTES | ENT_HTML5);

Parameters

HTML-encoded string.

Server

More PHP Snippets