Skip to main content

store_variable

Discworld driver help

store_variable

Name

store_variable() - set the value of a variable

Synopsis

void store_variable( string var, mixed val );

Description

Set the value of the variable specified by `var' to the value specified by `val'. Note that the variable must be defined, and must be defined in this_object().

See also

restore_variable(), fetch_variable(), save_object()