close
<?php
getmxrr ("ecotw.com.tw",$mxhosts);
print_r($mxhosts);
?>
輸出:
Array
(
[0] => aspmx.l.google.com
[1] => alt2.aspmx.l.google.com
[2] => alt1.aspmx.l.google.com
)
全站熱搜
<?php
getmxrr ("ecotw.com.tw",$mxhosts);
print_r($mxhosts);
?>
輸出:
Array
(
[0] => aspmx.l.google.com
[1] => alt2.aspmx.l.google.com
[2] => alt1.aspmx.l.google.com
)