@set
Description:
Sets parameter named name
to value value
.
If value
is NULL, then the parameter is removed. value
can be an empty string.
Note: There is a restriction on parameter names, it cannot be empty or contain a colon character (':'), otherwise it can be pretty much anything.
Parameters:
this | |
name |
name of a parameter to set |
value |
value to set, or |