Skip to content

Instantly share code, notes, and snippets.

@dededey
Created November 10, 2015 10:18
Show Gist options
  • Save dededey/2c11281efb37d5c3b4e1 to your computer and use it in GitHub Desktop.
Save dededey/2c11281efb37d5c3b4e1 to your computer and use it in GitHub Desktop.
select distinct values in array by key
<?php
foreach ($network as $net) :
$hash = $net['current_tax'];
$continent_unique[$hash] = $net;
endforeach;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment