Mega Code Archive

 
Categories / Php / Network
 

Dnsgetrecord php

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