Cpanel::NVData::set

This article documents the usage of the Cpanel::NVData::set function in relation to the cPanel interface. This tag can be used inside cPanel pages.


SYNOPSIS

Cpanel::NVData::set


DESCRIPTION

Stores a non-volitile data variable on the server. Used for settings that should be retained between cPanel sessions.


VARIABLES

INPUT

names (string)
Name(s) of the variable(s) to set.

OUTPUT

set (string)
name of the variable that was set.


EXAMPLES

<?cp NVData::set(%,set) names=$FORM{'variable'} ?>


COPYRIGHT

Copyright 2006 cPanel Inc.