<?php $input = [ [ "for_a" => "me" ], [ "for_b" => "you" ], [ "for_c" => "bleeh"] ]; $output = array_merge(...$input); print_r($output);
You have javascript disabled. You will not be able to edit any code.