nortmas
7/4/2019 - 7:38 PM

Sort by value

usort($array, function ($a, $b) {
  return $a['title'] <=> $b['title'];
});