Zend_Config::_arrayMergeRecursive
Merge two arrays recursively, overwriting keys of the same name in $firstArray with the value in $secondArray.
Signature
protected function _arrayMergeRecursive(mixed
$firstArray,
mixed
$secondArray )
Parameters
-
$firstArray
- First array
-
$secondArray
- Second array to merge into first array
Returns
- array