邮件交换器记录(MX记录)返回详细信息:
<?php
$domain="91xjr.com";
if(getmxrr($domain,$mx_details)){
foreach($mx_details as $key=>$value){
echo "$key => $value <br>";
}
}
?>
getmxrr() 函数返回指定互联网主机名的 MX 记录。
getmxrr(
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 版本: | 4.0+ |
PHP 变更日志: | PHP 5.3:现在可在 Windows 平台上使用 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!