UI Deploy

Curated, Short, Web UI Dev we Love.

3 solutions for sorting multidimensional arrays by child keys or values in PHP

One of the tasks that less experienced programmers find really difficult is to sort multidimensional arrays by one of the values in the child arrays. In today's tutorial I'm going to show you 3 ways of achieving that - you decide which ones seems easier for you and provides the best performance.

view source

Advertisement