Name
registry_get_all — Returns a vector of all registry settings
Synopsis
vector
registry_get_all
(
|
) ; |
Description
The function returns a vector of even length that contains
two elements for every registry setting that is now stored in the database:
the name and the current value of the setting.
The order of 'name-value' pairs in the resulting vector may vary from call to call.
To search such a vector by a setting name,
the vector can be passed as a second argument to the function get_keyword
().
The returned vector is a full copy of the content of the registry. To change the
actual registry, use registry_set
.
Return Types
The function returns a vector of even length.