htmlspecialchars_decode

PHP 5 >= 5.1.0, PHP 7, PHP 8
htmlspecialchars_decode - Convert special HTML entities back to characters

Example #1 A htmlspecialchars_decode example

Result: <p>this -> "</p> <p>this -> &quot;</p>
PHP Version:


Example #2 of htmlspecialchars_decode

PHP Version:


Function htmlspecialchars_decode:

Strings Functions

Most used PHP functions