Merge configuration arrays from PHP files in the specified folder.
This function includes each PHP file in the specified folder and retrieves its array. It then merges these arrays into a single configuration array, applying boolean conversion for values that are represented as "true" or "false" strings.
| Parameters | |||
|---|---|---|---|
string
|
$folder_path |
The path to the folder containing PHP configuration files. |
# |
| Returns | |
|---|---|
array
|
The merged configuration array. |