dnsgetrecord.php : dns_get_record « Network « PHP






dnsgetrecord.php

 
<?php
   $result = dns_get_record("example.com");
   print_r($result);
?>
  
  








Related examples in the same category

1.dnsgetrecord-2.php