Method | Description | |
---|---|---|
load ( array $configs, |
{@inheritDoc} | |
mergeParameters ( $container ) | Merge parameters for env's. | |
prepend ( |
||
truepath ( $path ) : string | This function is to replace PHP's extremely buggy realpath(). |
Method | Description | |
---|---|---|
array_merge_recursive_distinct ( array &$array1, mixed &$array2 = null ) : array | array_merge_recursive does indeed merge arrays, but it converts values with duplicate keys to arrays rather than overwriting the value in the first array with the duplicate value in the second array, as array_merge does. I.e., with array_merge_recursive, this happens (documented behavior): |
public prepend ( |
||
$container |