dededey
11/10/2015 - 10:18 AM

select distinct values in array by key

select distinct values in array by key

<?php
	foreach ($network as $net) : 
			$hash = $net['current_tax'];
			$continent_unique[$hash] = $net;
	endforeach; 
?>