I have two arrays of animals (for example).
$array = array( array( \'id\' => 1, \'name\' => \'Cat\', ), array( \'id
I would rather prefer array_splice over array_merge because of its performance issues, my solution would be:
array_splice
array_merge