<?php $a = [1 => "abc", 2 => "def"]; $b = [1 => "ghi", 2 => "jkl"]; $c = [1 => "mno", 2 => "pqr"]; var_export(array_merge($a, $b, $c));
You have javascript disabled. You will not be able to edit any code.