merge_config_files

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.

Located at lib/environment.php
Parameters
string $folder_path

The path to the folder containing PHP configuration files.

#
Returns
array

The merged configuration array.