PHP: array_merge_recursive - Manual - PHP: Hypertext Preprocessor
In this version the values are overwritten only if they are not an array. If the value is an array, its elements will be merged/overwritten: // array_merge_recursive which override value with next value. // based on: http://www.php.net/manual/hu/function....