Nats decode (NATS3)
From TMM Wiki
Jump to navigationJump to searchnats_decode
Decodes a linkcode into a Smarty array.
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
nats | The linkcode to be decoded. | Any valid linkcode for this NATS installation. | None. This parameter is required | nats="http://nats4.example.com/track/OC4xLjEuMS4wLjAuMC4w" |
assign | Array name to store the decoded linkcode. | Any valid Smarty array name | decoded | assign="myarray" |
Output
Output is stored in the {$decoded} array with the same structure as the parameters in nats_encode.
Notes
None.
See Also
- nats_decode -- This function in NATS4.