PHP funkce htmlspecialchars_decode()
Dostupnost ve verzích: PHP 5.1.0
Convert special HTML entities back to characters
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
$string |
string |
není | The string to decode | ||||||||
$quote_style |
int |
null | The quote style. One of the following constants:
|
Návratové hodnoty
string
the decoded string.