reference/array/functions/array.xml
c6534cb59e785d4fc77f123602132da74b07ac2a
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>array</type><methodname>array</methodname>
12
-
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
12
+
<methodparam rep="repeat"><type>mixed</type><parameter>values</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Creates an array. Read the section on the
...
...
@@ -22,7 +22,7 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>...</parameter></term>
25
+
<term><parameter>values</parameter></term>
26
26
<listitem>
27
27
<para>
28
28
Syntax "index =&gt; values", separated by commas, define index
...
...
@@ -30,7 +30,7 @@
30
30
omitted, an integer index is automatically generated, starting
31
31
at 0. If index is an integer, next generated index will
32
32
be the biggest integer index + 1. Note that when two identical
33
-
index are defined, the last overwrite the first.
33
+
indices are defined, the last overwrites the first.
34
34
</para>
35
35
<para>
36
36
Having a trailing comma after the last defined array entry, while
37
37