htmlspecialchars_decode() – PHP String Functions
Syntax : htmlspecialchars_decode ( strings, flags ); Description : htmlspecialchars_decode() function will converts some predefined HTML entities back to characters. Here is the list of predefined characters. The converted entities are: & &...