If you want to accomplish essentially the same thing as a array_unique but on a multi-dimensional array
$results = array_unique($results, SORT_REGULAR);
If you want to accomplish essentially the same thing as a array_unique but on a multi-dimensional array
$results = array_unique($results, SORT_REGULAR);