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