PHP » array_replace_recursive
Replaces elements from passed arrays into the first array recursively
| Parameters | Description |
|---|---|
| array | The array in which elements are replaced. |
| array1 | The array from which elements will be extracted. |
| ... | Optional. More arrays from which elements will be extracted. |
Return Value: Returns an array, or NULL if an error occurs.


