pollita Fri Nov 22 21:25:51 2002 EDT
Modified files:
/phpdoc/en/reference/network constants.xml
Log:
Added constants used by dns_get_record() [ DNS_* ]
Index: phpdoc/en/reference/network/constants.xml
diff -u phpdoc/en/reference/network/constants.xml:1.1
phpdoc/en/reference/network/constants.xml:1.2
--- phpdoc/en/reference/network/constants.xml:1.1 Sun Jul 28 15:57:18 2002
+++ phpdoc/en/reference/network/constants.xml Fri Nov 22 21:25:51 2002
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="network.constants">
&reftitle.constants;
- &extension.constants.core;
+ &extension.constants.core;
<table>
<title><function>openlog</function> Options</title>
<tgroup cols="2">
@@ -43,7 +43,7 @@
</row>
</tbody>
</tgroup>
- </table>
+ </table>
<table>
<title><function>syslog</function> Priorities (in descending order)</title>
<tgroup cols="2">
@@ -85,6 +85,65 @@
<row>
<entry>LOG_DEBUG</entry>
<entry>debug-level message</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table>
+ <title><function>dns_get_record</function> Options</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Constant</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>DNS_A</entry>
+ <entry>IPv4 Address Resource</entry>
+ </row>
+ <row>
+ <entry>DNS_MX</entry>
+ <entry>Mail Exchanger Resource</entry>
+ </row>
+ <row>
+ <entry>DNS_CNAME</entry>
+ <entry>Alias (Canonical Name) Resource</entry>
+ </row>
+ <row>
+ <entry>DNS_NS</entry>
+ <entry>Authoritative Name Server Resource</entry>
+ </row>
+ <row>
+ <entry>DNS_PTR</entry>
+ <entry>Pointer Resource</entry>
+ </row>
+ <row>
+ <entry>DNS_HINFO</entry>
+ <entry>Host Info Resource (See
+ <ulink url="&url.rfc1010;">RFC 1010</ulink>
+ for the meaning of these values)</entry>
+ </row>
+ <row>
+ <entry>DNS_SOA</entry>
+ <entry>Start of Authority Resource</entry>
+ </row>
+ <row>
+ <entry>DNS_TXT</entry>
+ <entry>Text Resource</entry>
+ </row>
+ <row>
+ <entry>DNS_ANY</entry>
+ <entry>Any Resource Record. On most systems
+ this returns all resource records, however
+ it should not be counted upon for critical
+ uses. Try DNS_ALL instead.</entry>
+ </row>
+ <row>
+ <entry>DNS_ALL</entry>
+ <entry>Itteratively query the name server for
+ each available record type.</entry>
</row>
</tbody>
</tgroup>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php