Net_DNS
Provides methods for parsing and manipulating DNS packets as returned from DNS servers and provides communication methods for sending and receiving DNS packets.
- Introduction — General purpose DNS querying and packet parsing
- Class Summary Net_DNS — DNS Packet manipulation class
- Class Summary Net_DNS_Resolver — Provides a resolver implementation to handle DNS queries
- Net_DNS_Resolver::query() — Queries a nameserver and returns a response
- Net_DNS_Resolver::rawQuery() — Queries a nameserver and returns a response
- Net_DNS_Resolver::axfr() — Performs a zone transfer from a nameserver
- Class Summary Net_DNS_Packet — Provides an object abstraction of a DNS packet
- Class Summary Net_DNS_RR — Provides resource record parsing and creation
- Examples -- DNS Updates — RFC 2136 DNS Updates