Php – Hierarchically group 2d array data by two columns and concatenate third column values in each unique path
I need to group the data from my 2d array into an associative array of associative arrays where d values are the first level keys, and the s values will become the second level keys, and the i values should…