WHOIS查询

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/**
* whois查询接口
*
* 参考: http://stackoverflow.com/questions/3072247/free-open-source-whois-api
* http://www.cnblogs.com/case/articles/1883737.html
* http://apidoc.chaxun.la/WHOIS%E6%9F%A5%E8%AF%A2API
*/
/**
* 查询域名可用
* url: http://panda.www.net.cn/cgi-bin/check.cgi?area_domain={$domian}
* 返回状态说明:
* 200:
*/
/**
* whois info查询
* url: http://whois.hichina.com/whois/api_whois?host={$doname}&open=0
* post数据:
*/
/**
* http://whomsy.com/api/biaomeng.net
* 说明文档:http://whomsy.com/apidoc
*/