Created
November 10, 2015 10:18
-
-
Save dededey/2c11281efb37d5c3b4e1 to your computer and use it in GitHub Desktop.
select distinct values in array by key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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