diff --git a/reference/network/constants.xml b/reference/network/constants.xml index 793ae08043..20567ff77e 100644 --- a/reference/network/constants.xml +++ b/reference/network/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants.core; @@ -140,6 +140,10 @@ it should not be counted upon for critical uses. Try DNS_ALL instead. + + DNS_AAAA + IPv6 Address Resource + DNS_ALL Itteratively query the name server for diff --git a/reference/network/functions/checkdnsrr.xml b/reference/network/functions/checkdnsrr.xml index a85f6f5d63..b7ac15affb 100644 --- a/reference/network/functions/checkdnsrr.xml +++ b/reference/network/functions/checkdnsrr.xml @@ -1,5 +1,5 @@ - + @@ -24,12 +24,19 @@ type may be any one of: A, MX, NS, SOA, - PTR, CNAME, or ANY. The default is MX. + PTR, CNAME, AAAA, or ANY. The default is MX. Host may either be the IP address in dotted-quad notation or the host name. + + + + AAAA type added with PHP 4.3.0 + + + ¬e.no-windows; See also getmxrr, diff --git a/reference/network/functions/dns-get-record.xml b/reference/network/functions/dns-get-record.xml index 134e1a6d7e..7a28df89b1 100644 --- a/reference/network/functions/dns-get-record.xml +++ b/reference/network/functions/dns-get-record.xml @@ -1,5 +1,5 @@ - + dns_get_record @@ -83,6 +83,7 @@ DNS_HINFO, DNS_MX, DNS_NS, DNS_PTR, DNS_SOA, DNS_TXT, + DNS_AAAA, DNS_ALL or DNS_ANY. The default is DNS_ANY. @@ -188,6 +189,12 @@ resource records. + + AAAA + + ipv6: IPv6 address + +