getmxrr.php : getmxrr « Network « PHP






getmxrr.php

 
<?php
   getmxrr("w.com",$mxhosts);
   print_r($mxhosts);
?>
  
  

Related examples in the same category