final public
|
#
__construct(
)
Static class – cannot be instantiated. Static class – cannot be instantiated. |
public static
array
|
#
load(
string
$file,
string
$section = NULL
)
Reads configuration from INI file. Reads configuration from INI file. Parameters$file string file name$section string section to loadThrowsImplementation of |
public static
void
|
#
save(
Config
$config,
string
$file,
string
$section = NULL
)
Write INI file. Write INI file. Parameters$config Config to save$file string file$section string section nameImplementation of |