blob: a0ce956849defb88f1ca77dddf2b0e64b5a50d2c (
plain) (
blame)
1
2
3
4
5
6
7
|
A resolver library used to communicate with a name server to perform DNS
queries, zone transfers, dynamic DNS updates, etc.
Creates an object hierarchy from a DNS server response, which allows you to
view all of the information given by the DNS server. It bypasses the system
resolver library and communicates directly with the server.
WWW: http://pear.php.net/package/Net_DNS/
|