检查 DNS 记录:
<?php
$domain="91xjr.com";
if(dns_check_record($domain,"MX")) {
echo "Passed";
} else {
echo "Failed";
}
?>
dns_check_record() 函数是 dns_check_record() 函数的别名检查dnsrr()功能。
dns_check_record(
host,
type)
Parameter | Description |
---|---|
host | Required. Specifies an IP address or host name to check |
type | Optional. Specifies the type. Can be one of the following:
|
返回值: | 如果找到任何记录则为 TRUE,否则为 FALSE |
---|---|
PHP 版本: | 5.0+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!