邮件交换器记录(MX记录)返回详细信息:
<?php
$domain="91xjr.com";
if(dns_get_mx($domain,$mx_details)){
foreach($mx_details as $key=>$value){
echo "$key => $value <br>";
}
}
?>
dns_get_mx() 函数是 dns_get_mx() 函数的别名获取mxrr()功能。
dns_get_mx(
host,
mxhosts, weight)
Parameter | Description |
---|---|
host | Required. Specifies the host name |
mxhosts | Required. An array that specifies a list of MX records found |
weight | Optional. An array that specifies the weight information gathered |
返回值: | 如果找到任何记录则为 TRUE,否则为 FALSE |
---|---|
PHP 版本: | 5.0+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!