load_ini_file
string |
$dir_path |
Path of the file (relative from this page). |
string |
$require_dir |
The name of the folder in which the configuration file should be. This folder must be in the bases file ($dir_path). If this directory doesn't exist, another will be read. |
string |
$ini_name = 'config.ini' |
The name of the configuration file you want to know. |
string[]
|
The configuration values contained in the file $dir_path/$require_dir/$ini_name. |