{ php } | |
array_merge_rec | |
date | 2005 |
update | 2005 |
code |
<?php
|
description | completeley merge arrays recoursive, without deleting any value of the first array wich is not present in the second when keys are set in both arrays, the second overwrites the first. |
syntax |
<?php
|
explanation | we take 2 arrays and merge them:
<?php
the resulting array would be:
<?php
|