![]() |
![]() |
config.setsectionChanges the current section of a config file |
Syntax |
|
Description |
Changes the current section of the config file <id> to <section_name>. Sections are effectively namespaces for the keys: each section can contain a set of keys and equal keys in different sections do not collide. <id> must be a valid config file id returned by $config.open(). |
See also |
Config module documentation |