I\'ve been looking a lot of answers, but none of them are working for me.
This is the data assigned to my $quantities array:
$quantities
Array(
Use array_filter with array_map like below:
array_filter
array_map
$arr=array_filter(array_map('array_filter', $arr));