dongzi3805 2011-11-10 09:38
浏览 45
已采纳

DNS查找问题

I am using this code

$dnsarr = dns_get_record($hostname,DNS_ALL);
$dnsarr2 = dns_get_record($hostname2,DNS_CNAME);
$mytest = dns_get_record($hostname,DNS_ALL,$authns, $addtl);

for DNS Lookup informations, but it gives me limited information. I want information like that found at http://www.intodns.com/google.com. How do I get all that information? Is there an API I can use?

  • 写回答

1条回答 默认 最新

  • dshm8998473 2011-11-10 12:54
    关注

    i want informations like http://www.intodns.com/google.com. how i get all of these informations. do i get this by using some api? if yes, then which api i use for this?

    You use the normal DNS API, just like they have, but you do it lots of times!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?