Skip to content

Commit 00563c9

Browse files
committed
disambiguate semantics of search_value
The definition of `search_value` in "Parameters" is a bit ambiguous. "these values" _could_ be interpreted to mean that if an array is passed as the `$search_value`, keys of elements of `$search_value` that match _any_ of those `$array` elements will be returned. Note, the "Description" section does not have this ambiguity as it states "that value" instead of "those values". php/doc-en@8b00eb9
1 parent 7b66bcc commit 00563c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/array/functions/array-keys.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 05e4c11653efce0a9eaf1dadda67fa42fe58c23d Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 8b00eb9807eb2aec3263226eb770a0885ebc804e Maintainer: hirokawa Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="function.array-keys" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -47,7 +47,7 @@
4747
<term><parameter>search_value</parameter></term>
4848
<listitem>
4949
<para>
50-
指定した場合は、これらの値を含むキーのみを返します
50+
指定した場合は、この値を含むキーのみを返します
5151
</para>
5252
</listitem>
5353
</varlistentry>

0 commit comments

Comments
 (0)