htmlspecialchars_decode

Definition

string htmlspecialchars_decode ( string $string [, int $quote_style = ENT_COMPAT ] )

Description

This function is the opposite of htmlspecialchars(). It converts special HTML entities back to characters.

[More at php.net]

Parameters



loading


Share/bookmark - htmlspecialchars_decode


Global comments