save permanent(a,b,c,d)
Group |
Saves permanent value b under context c with name a.
The return value of the function is the value being saved.
Description of Parameters
Parameter |
Description |
a |
Name of the permanent value to be saved. |
b |
Value. |
c |
(optional) true (profile context) or false (system-wide context). Default: false. |
d |
(optional) Number of minutes after which the permanent value is automatically deleted. If 0 or nothing is entered, it will not be deleted. |
GUI
See section Constants (Administration) for system-wide permanent values.
See section Profile Values for profile-wide permanent values.