reference/network/functions/getmxrr.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -11,8 +11,8 @@
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>getmxrr</methodname>
13
13
<methodparam><type>string</type><parameter>hostname</parameter></methodparam>
14
-
<methodparam><type>array</type><parameter role="reference">mxhosts</parameter></methodparam>
15
-
<methodparam choice="opt"><type>array</type><parameter role="reference">weight</parameter></methodparam>
14
+
<methodparam><type>array</type><parameter role="reference">hosts</parameter></methodparam>
15
+
<methodparam choice="opt"><type>array</type><parameter role="reference">weights</parameter><initializer>&null;</initializer></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
18
Searches DNS for MX records corresponding to
...
...
@@ -33,19 +33,19 @@
33
33
</listitem>
34
34
</varlistentry>
35
35
<varlistentry>
36
-
<term><parameter>mxhosts</parameter></term>
36
+
<term><parameter>hosts</parameter></term>
37
37
<listitem>
38
38
<para>
39
39
A list of the MX records found is placed into the array
40
-
<parameter>mxhosts</parameter>.
40
+
<parameter>hosts</parameter>.
41
41
</para>
42
42
</listitem>
43
43
</varlistentry>
44
44
<varlistentry>
45
-
<term><parameter>weight</parameter></term>
45
+
<term><parameter>weights</parameter></term>
46
46
<listitem>
47
47
<para>
48
-
If the <parameter>weight</parameter> array is given, it will be filled
48
+
If the <parameter>weights</parameter> array is given, it will be filled
49
49
with the weight information gathered.
50
50
</para>
51
51
</listitem>
...
...
@@ -62,30 +62,6 @@
62
62
</para>
63
63
</refsect1>
64
64

65
-
<refsect1 role="changelog">
66
-
&reftitle.changelog;
67
-
<para>
68
-
<informaltable>
69
-
<tgroup cols="2">
70
-
<thead>
71
-
<row>
72
-
<entry>&Version;</entry>
73
-
<entry>&Description;</entry>
74
-
</row>
75
-
</thead>
76
-
<tbody>
77
-
<row>
78
-
<entry>5.3.0</entry>
79
-
<entry>
80
-
This function is now available on Windows platforms.
81
-
</entry>
82
-
</row>
83
-
</tbody>
84
-
</tgroup>
85
-
</informaltable>
86
-
</para>
87
-
</refsect1>
88
-

89
65
<refsect1 role="notes">
90
66
&reftitle.notes;
91
67
<note>
...
...
@@ -122,7 +98,6 @@
122
98
</refsect1>
123
99

124
100
</refentry>
125
-

126
101
<!-- Keep this comment at the end of the file
127
102
Local variables:
128
103
mode: sgml
129
104