$result = []; array_map(function ($value) use (&$result) { $result = array_merge($result, array_values($value)); }, $data);