PHP檢測域名是否已被注冊
基于阿里云(萬網(wǎng))域名檢測接口<?php$result=whois('www.zoe725.cn');$xml=simplexml_load_string($result);$code=is_register($xml->original);if($code==0){echo'域名可以注冊';}elseif($code==1){echo'‘域名已...
關于 WHIOS 的文章共有1條
基于阿里云(萬網(wǎng))域名檢測接口<?php$result=whois('www.zoe725.cn');$xml=simplexml_load_string($result);$code=is_register($xml->original);if($code==0){echo'域名可以注冊';}elseif($code==1){echo'‘域名已...