checkdnsrr in PHP

Syntax of checkdnsrr bool checkdnsrr(string host[, string type]) Searches DNS records for a host having the given type. Returns true if any records are found, and false if none are found. The host type can take any of the following values (if no value is specified, MX is the default): A IP address MX (default) … Read more