reference/enchant/functions/enchant-broker-request-dict.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>resource</type><methodname>enchant_broker_request_dict</methodname>
12
-
<methodparam><type>resource</type><parameter>broker</parameter></methodparam>
11
+
<type class="union"><type>EnchantDictionary</type><type>false</type></type><methodname>enchant_broker_request_dict</methodname>
12
+
<methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
13
13
<methodparam><type>string</type><parameter>tag</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -21,14 +21,7 @@
21
21
&reftitle.parameters;
22
22
<para>
23
23
<variablelist>
24
-
<varlistentry>
25
-
<term><parameter>broker</parameter></term>
26
-
<listitem>
27
-
<para>
28
-
Broker resource
29
-
</para>
30
-
</listitem>
31
-
</varlistentry>
24
+
&enchant.param.broker;
32
25
<varlistentry>
33
26
<term><parameter>tag</parameter></term>
34
27
<listitem>
...
...
@@ -48,6 +41,30 @@
48
41
</para>
49
42
</refsect1>
50
43

44
+
<refsect1 role="changelog">
45
+
&reftitle.changelog;
46
+
<informaltable>
47
+
<tgroup cols="2">
48
+
<thead>
49
+
<row>
50
+
<entry>&Version;</entry>
51
+
<entry>&Description;</entry>
52
+
</row>
53
+
</thead>
54
+
<tbody>
55
+
&enchant.changelog.broker-param;
56
+
<row>
57
+
<entry>8.0.0</entry>
58
+
<entry>
59
+
On success, this function returns an <classname>EnchantDictionary</classname> instance now;
60
+
previoulsy, a &resource; was retured.
61
+
</entry>
62
+
</row>
63
+
</tbody>
64
+
</tgroup>
65
+
</informaltable>
66
+
</refsect1>
67
+

51
68
<refsect1 role="examples">
52
69
&reftitle.examples;
53
70
<para>
...
...
@@ -84,7 +101,6 @@ if (enchant_broker_dict_exists($broker,$tag)) {
84
101
</para>
85
102
</refsect1>
86
103
</refentry>
87
-

88
104
<!-- Keep this comment at the end of the file
89
105
Local variables:
90
106
mode: sgml
91
107