The Net_DNS_Resolver::rawQuery()
function performs a DNS query similar to the
Net_DNS_Resolver::query()
function; however, rawQuery() will return any response
from the nameserver. This is useful when the response
packet may or may not contain any resource records in the
"ANSWER" section.