reference/wddx/functions/wddx-add-vars.xml
9e0f03ac354d797d1d16c0fcc1663e5e170f2727
...
...
@@ -16,7 +16,7 @@
16
16
<type>bool</type><methodname>wddx_add_vars</methodname>
17
17
<methodparam><type>resource</type><parameter>packet_id</parameter></methodparam>
18
18
<methodparam><type>mixed</type><parameter>var_name</parameter></methodparam>
19
-
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
19
+
<methodparam rep="repeat"><type>mixed</type><parameter>var_names</parameter></methodparam>
20
20
</methodsynopsis>
21
21
<para>
22
22
Serializes the passed variables and add the result to the given packet.
...
...
@@ -46,7 +46,7 @@
46
46
</listitem>
47
47
</varlistentry>
48
48
<varlistentry>
49
-
<term><parameter>...</parameter></term>
49
+
<term><parameter>var_names</parameter></term>
50
50
<listitem>
51
51
<para>
52
52
</para>
53
53