文件名称:domain-dns:该库通过域名和您的IP地址解析离您最近的服务器的地址
文件大小:4KB
文件格式:ZIP
更新时间:2024-04-21 11:46:43
dns php domain dns-server domain-resolution
PHP域DNS :peach: 该库通过域名和您的IP地址解析离您最近的服务器的地址 正在安装 $ composer require kayw-geek/domain-dns 用法 <?php use KaywGeek \ Dns \ Dns ; $ myIp = '124.64.165.53' ; $ domain = 'google.com' ; $ serverIp = ( new Dns ( $ domain , $ myIp ))-> ParsingDomain (); 执照 麻省理工学院
【文件预览】:
domain-dns-master
----composer.json(474B)
----tests()
--------DnsTest.php(981B)
----LICENSE(1KB)
----src()
--------Exceptions()
--------Dns.php(2KB)
----README.md(623B)