<?php $headers1 = [ 'content-type' => ['application/foo'], '-1' => ['custom'], ]; $headers2 = [ 'content-type' => ['application/bar'], '-1' => ['override'], ]; var_dump($headers1); var_dump(array_merge($headers1, $headers2));
You have javascript disabled. You will not be able to edit any code.