Unify Multidimensional Array in only 1 array in PHP

0

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?

    
asked by anonymous 18.06.2018 / 16:13

0 answers