Skip to content

Instantly share code, notes, and snippets.

@Ulv
Created June 17, 2014 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ulv/9bf7f830a84d349210d1 to your computer and use it in GitHub Desktop.
Save Ulv/9bf7f830a84d349210d1 to your computer and use it in GitHub Desktop.
array_unique for multidimensional array
$regionsList = array_map("unserialize", array_unique(array_map("serialize", $regionsList)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment