du8828 2009-09-08 15:09
浏览 300
已采纳

PHP无需缓存即可获取DNS记录

Does anyone know how its possible to retrieve the DNS records for a domain.

I have been using php and this function: dns_get_record to do this so far but have realized that this command gets cached DNS records and therefore not the up to date information.

Does anyone know a way around this in PHP or some other language?

  • 写回答

3条回答 默认 最新

  • dtudj42064 2009-09-08 15:16
    关注

    The simplest solution would be to use Net_DNS PEAR Package.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 关于#.net#的问题:End Function
  • ¥50 用AT89C52单片机设计一个温度测量与控制电路
  • ¥15 无法import pycausal
  • ¥15 VS2022创建MVC framework提示:预安装的程序包具有对缺少的注册表值的引用
  • ¥15 weditor无法连接模拟器Local server not started, start with?
  • ¥20 6-3 String类定义
  • ¥15 嵌入式--定时器使用
  • ¥20 51单片机学习中的问题
  • ¥30 Windows Server 2016利用兩張網卡處理兩個不同網絡
  • ¥15 Python中knn问题