Nats my decode entities (NATS3)
From TMM Wiki
Jump to navigationJump to searchnats_my_decode_entities
Decodes HTML-encoded strings.
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
var | String to decode | Any string, encoded or unencoded | Empty. | var="%28NATS%29" |
assign | Place output in this variable | Any valid Smarty variable name | None. Output is printed. | assign="my_variable" |
Output
The decoded HTML-encoded string.
Notes
None.