如何通过linux命令检查域名可用性
我在 PHP 中使用 checkdnsrr()
函数来检查可用或停放的域名,但结果并非 100% 准确。
还有其他方法可以检查域名的可用性吗?
I am using checkdnsrr()
function in PHP to check for available or parked domains but the result is not 100% accurate.
Is there any other method to check a domain name availabilty?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许 phpWhois 会是更可靠的信息来源?
Maybe phpWhois would be a more reliable source of information?
使用命令:- dig [url 名称]
Use command :- dig [url name]