Here is the array itself:
0 => [ 0 => int 904 1 => int 928 2 => int 937], 1 => [ 0 => int 351 1 => int 352 2 => int 353], 2 => [ 0 => int 903 1 => int 972 2 => int 974] I need to get this:
[0 => int 904 1 => int 928 2 => int 937 3 => int 351 4 => int 352 5 => int 353 6 => int 903 7 => int 972 8 => int 974] Can this be done somehow without foreach ?