Skip to content

Instantly share code, notes, and snippets.

@marydn
Created October 19, 2016 09:59
Show Gist options
  • Select an option

  • Save marydn/1ed49aa6b0d8e4086656908e50c9a076 to your computer and use it in GitHub Desktop.

Select an option

Save marydn/1ed49aa6b0d8e4086656908e50c9a076 to your computer and use it in GitHub Desktop.

Revisions

  1. marydn created this gist Oct 19, 2016.
    2 changes: 2 additions & 0 deletions unique_values_multidimensional_array.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    // Remove duplicate values from a multi-dimensional array in PHP
    $input = array_map('unserialize', array_unique(array_map('serialize', $input)));