Skip to content

Instantly share code, notes, and snippets.

@6footgeek
Created October 12, 2017 11:14
Show Gist options
  • Save 6footgeek/e0f27d580cb8f3b34f3137f35f63af1b to your computer and use it in GitHub Desktop.
Save 6footgeek/e0f27d580cb8f3b34f3137f35f63af1b to your computer and use it in GitHub Desktop.
usort($data, function ($a, $b) {
return ip2long($a[0]) - ip2long($b[0]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment