$match) { $parse = @parse_url($match . $matches[2][$key]); if (!empty($parse['host']) && empty($urls[$parse['host']])) { $urls[$parse['host']] = $parse['host']; } } $urls = array_values($urls); } if (!empty($urls)) { $data['dns_prefetch'] = $urls; } }