PHP function htmlspecialchars_decode()
Availability in versions: PHP 5.1.0
Convert special HTML entities back to characters
Parameters
| Parameter | Data type | Default value | Note | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
$string |
string |
not | The string to decode | ||||||||
$quote_style |
int |
null | The quote style. One of the following constants:
|
Return values
string
the decoded string.