Skip to content

Instantly share code, notes, and snippets.

@dilab
Last active December 23, 2015 08:40
Show Gist options
  • Save dilab/79fce0d4ee433f2233dd to your computer and use it in GitHub Desktop.
Save dilab/79fce0d4ee433f2233dd to your computer and use it in GitHub Desktop.
Array unique for associative array
array_map('unserialize', array_unique(array_map('serialize', $input)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment