Which one of the following function is used to return an array consisting of various DNS resource records pertinent to a specific domain?
A
dns_get_record()
B
dns_record()
C
dnsrr_get_record()
D
dnsrr_record()
Correct Answer: dns_get_record()
The function dns_get_record() is used to get the DNS resource records associated with the specified hostname. This function is used to return an array consisting of various DNS resource records pertinent to a specific domain.