摘要:先看如下代码,两个输出结果是一样的:$dm='www.phpfensi.com';$ip=gethostbyname($dm);echogethostbyaddr($ip);echo$ip;关于gethostbyname语法:string gethostbyname ( string $...
转载请注明来源:php如何获取域名IP地址代码函数

先看如下代码,两个输出结果是一样的:

  1. $dm = 'www.phpfensi.com'
  2. $ip = gethostbyname($dm); 
  3. echo gethostbyaddr($ip); 
  4. echo $ip

关于gethostbyname语法:

string gethostbyname ( string $hostname )

返回由主机名指定的互联网主机的ipv4地址

returns the ipv4 address of the internet host specified by hostname

下面有个例这是最好的方法我已经提出,以解决任何主机名称到ip地址时,它的快速,可靠,已超时的支持,一个无效的地址,例如unicode字符串,返回后4?秒,而不是8调用gethostbyname?它只能与unix虽然,代码如下:

  1. function getaddrbyhost($host$timeout = 3) { 
  2.    $query = `nslookup -timeout=$timeout -retry=1 $host`; 
  3.    if(preg_match('/ address: (.*) /'$query$matches)) 
  4.       return trim($matches[1]); 
  5.    return $host

gethostbyaddr 是获取internet主机名对应一个特定的ip地址,代码如下:

  1. string gethostbyaddr ( string $ip_address ) 
  2. $hostname = gethostbyaddr($_server['remote_addr']); 
  3. echo $hostname
转载请注明来源:php如何获取域名IP地址代码函数

  哈尔滨品用软件有限公司致力于为哈尔滨的中小企业制作大气、美观的优秀网站,并且能够搭建符合百度排名规范的网站基底,使您的网站无需额外费用,即可稳步提升排名至首页。欢迎体验最佳的哈尔滨网站建设