Skip to content
Advertisement

Sort and restructure multidimensional array in PHP?

I have an array like this one:

JavaScript

I want to sort and restructure it like this:

JavaScript

It should work for a random amount of different entries (diffrent keys/values).

Advertisement

Answer

How about something like this?

JavaScript

Disclaimar: I have not tested this code.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement