Skip to content

Commit

Permalink
Sync array_count_values (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Jul 6, 2023
1 parent c16b675 commit cbc5b2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/array/functions/array-count-values.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 9009f8104bfeb5a22e78987c0a8af05473b3ac45 Maintainer: HonestQiao Status: ready -->
<!-- EN-Revision: 6b56e6f444e49396ee5122258ee85b99a8543f6a Maintainer: HonestQiao Status: ready -->
<!-- CREDITS: Luffy -->
<refentry xml:id="function.array-count-values" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>array_count_values</refname>
<refpurpose>统计数组中所有的值</refpurpose>
<refpurpose>统计数组中每个不同值的出现次数</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand Down Expand Up @@ -43,7 +43,7 @@
&reftitle.returnvalues;
<para>
返回一个关联数组,用 <parameter>array</parameter>
数组中的值作为键名,该值在数组中出现的次数作为值。
数组中的值作为键名,该值在数组中出现的次数作为值。
</para>
</refsect1>

Expand Down

0 comments on commit cbc5b2a

Please sign in to comment.