%SET{}%
. The %SETGETDUMP{}%
, %SET{}%
, and %GET{}%
variables are handled by the SetGetPlugin.
%SETGETDUMP{ remember="1" format="..." separator="..." }%
Parameter | Description | Default |
---|---|---|
separator="..." | String used for separating entries | "\n" |
format="..." | Format output using variables $name and $value | "name: $name, value: $value <br />" |
remember="1" | Dump all persistent variables | (volatile variables) |
store="..." | Dump variables of a specific store | (volatile variables) |
%SETGETDUMP{"| $name | $value |" separator="$n"}%
- see more examples.