Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
htmlspecialchars_decode
Popis
string htmlspecialchars_decode ( string string [, int quote_style] )This function is the opposite of htmlspecialchars(). It converts special HTML entities back to characters.
The converted entities are: &, " (when ENT_NOQUOTES is not set), ' (when ENT_QUOTES is set), < and >.
Seznam parametrů
string
The string to decode
quote_style
The quote style. One of the following constants:
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
htmlentities | Nahoru |