<?php $foo = ['a' => 1, 'b' => 2, 'c' => 3]; $bar = array_merge($foo, ['c' => 4, 'd' => 5, 'e' => 6]); var_dump($bar);
You have javascript disabled. You will not be able to edit any code.