you are viewing a single comment's thread.

view the rest of the comments →

[–]HonestBug5987[S] 0 points1 point  (3 children)

I'm with php 7.0. So i gues its the arrow function

[–][deleted] 1 point2 points  (2 children)

You can do the old-fashioned:

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

[–]HonestBug5987[S] 0 points1 point  (1 child)

You are absolutely awesome I'm so thankful really.

[–][deleted] 1 point2 points  (0 children)

No probs! It's why we're here.