Skip to content

Instantly share code, notes, and snippets.

@MethodGrab
MethodGrab / gist:6ff47d8cbcc017bdc8d0e136700b2b44
Created March 30, 2016 15:00 — forked from ptz0n/gist:1646171
Recursive merge of arrays with integer keys
<?php
/**
* Merge two dimensional arrays my way
*
* Will merge keys even if they are of type int
*
* @param array $array1 Initial array to merge.
* @param array ... Variable list of arrays to recursively merge.
*