save permanent()
This function saves permanent value b under context c with name a.
The return value of the function is the value being saved.
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.