Is it possible to transform a Multidimensional array into just 1 (one) array in php? What would be the process for doing this?
In the image below, I need to transform the array on the left side so that the records are the same as the one on the right side, I tried with array_merge but it does not work, does anyone know otherwise?