reference/array/functions/array-keys.xml
5414f72979796d241b9c0b5dc1a9943e707699f2
...
...
@@ -15,7 +15,7 @@
15
15
<methodsynopsis role="procedural">
16
16
<type>array</type><methodname>array_keys</methodname>
17
17
<methodparam><type>array</type><parameter>array</parameter></methodparam>
18
-
<methodparam><type>mixed</type><parameter>search_value</parameter></methodparam>
18
+
<methodparam><type>mixed</type><parameter>filter_value</parameter></methodparam>
19
19
<methodparam choice="opt"><type>bool</type><parameter>strict</parameter><initializer>&false;</initializer></methodparam>
20
20
</methodsynopsis>
21
21
<para>
...
...
@@ -23,7 +23,7 @@
23
23
string, from the <parameter>array</parameter>.
24
24
</para>
25
25
<para>
26
-
If a <parameter>search_value</parameter> is specified,
26
+
If a <parameter>filter_value</parameter> is specified,
27
27
then only the keys for that value are returned. Otherwise, all
28
28
the keys from the <parameter>array</parameter> are returned.
29
29
</para>
...
...
@@ -42,10 +42,10 @@
42
42
</listitem>
43
43
</varlistentry>
44
44
<varlistentry>
45
-
<term><parameter>search_value</parameter></term>
45
+
<term><parameter>filter_value</parameter></term>
46
46
<listitem>
47
47
<para>
48
-
If specified, then only keys containing these values are returned.
48
+
If specified, then only keys containing this value are returned.
49
49
</para>
50
50
</listitem>
51
51
</varlistentry>
52
52