reference/network/functions/checkdnsrr.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -10,12 +10,12 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>checkdnsrr</methodname>
13
-
<methodparam><type>string</type><parameter>host</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>hostname</parameter></methodparam>
14
14
<methodparam choice="opt"><type>string</type><parameter>type</parameter><initializer>"MX"</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Searches DNS for records of type <parameter>type</parameter>
18
-
corresponding to <parameter>host</parameter>.
18
+
corresponding to <parameter>hostname</parameter>.
19
19
</para>
20
20
</refsect1>
21
21

...
...
@@ -24,10 +24,10 @@
24
24
<para>
25
25
<variablelist>
26
26
<varlistentry>
27
-
<term><parameter>host</parameter></term>
27
+
<term><parameter>hostname</parameter></term>
28
28
<listitem>
29
29
<para>
30
-
<parameter>host</parameter> may either be the IP address in
30
+
<parameter>hostname</parameter> may either be the IP address in
31
31
dotted-quad notation or the host name.
32
32
</para>
33
33
</listitem>
...
...
@@ -53,36 +53,6 @@
53
53
</para>
54
54
</refsect1>
55
55

56
-
<refsect1 role="changelog">
57
-
&reftitle.changelog;
58
-
<para>
59
-
<informaltable>
60
-
<tgroup cols="2">
61
-
<thead>
62
-
<row>
63
-
<entry>&Version;</entry>
64
-
<entry>&Description;</entry>
65
-
</row>
66
-
</thead>
67
-
<tbody>
68
-
<row>
69
-
<entry>5.3.0</entry>
70
-
<entry>
71
-
This function is now available on Windows platforms.
72
-
</entry>
73
-
</row>
74
-
<row>
75
-
<entry>5.2.4</entry>
76
-
<entry>
77
-
TXT <parameter>type</parameter> was added.
78
-
</entry>
79
-
</row>
80
-
</tbody>
81
-
</tgroup>
82
-
</informaltable>
83
-
</para>
84
-
</refsect1>
85
-

86
56
<refsect1 role="notes">
87
57
&reftitle.notes;
88
58
<note>
...
...
@@ -109,7 +79,6 @@
109
79
</refsect1>
110
80

111
81
</refentry>
112
-

113
82
<!-- Keep this comment at the end of the file
114
83
Local variables:
115
84
mode: sgml
116
85