Which one of the following function checks for the existence of DNS records?

Which one of the following function checks for the existence of DNS records? Correct Answer checkdnsrr()

The function checkdnsrr() is used to check DNS records for type corresponding to host. DNS records are checked based on the supplied host value and optional DNS resource record type, returning TRUE if any records are located and FALSE otherwise.

Related Questions

Which array function checks if the specified key exists in the array?