Net_DNS_Resolver::query() (Previous) (Next) Net_DNS_Resolver::axfr()

View this page in Last updated: Sun, 28 Sep 2008
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

Net_DNS_Resolver::rawQuery()

Net_DNS_Resolver::rawQuery() -- Queries a nameserver and returns a response

Description

  • hostname - The name to lookup (eg. www.php.net)

  • type - The record type to query

  • class - The zone class to query

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.

rawQuery() uses the same resolver configuration used by Net_DNS_Resolver::query().

For a description of the returned RR data object, see Net_DNS_RR.

Note

Cette fonction ne peut pas être appelée de façon statique.

Net_DNS_Resolver::query() (Previous) (Next) Net_DNS_Resolver::axfr()

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.