$overwrite
$overwrite :
Controls whether variables with the same name overwrite each other.
Config file reading class
get(string $file_name, string $section_name = NULL, string $var_name = NULL) : string|array
Retrieves config info based on the file, section, and variable name.
string | $file_name | config file to get info for |
string | $section_name | (optional) section to get info for |
string | $var_name | (optional) variable to get info for |
a value or array of values