hadar_p Fri Nov 1 08:06:44 2002 EDT
Modified files:
/phpdoc/en/reference/array/functions array-count-values.xml
Log:
First version
Index: phpdoc/en/reference/array/functions/array-count-values.xml
diff -u phpdoc/en/reference/array/functions/array-count-values.xml:1.4
phpdoc/en/reference/array/functions/array-count-values.xml:1.5
--- phpdoc/en/reference/array/functions/array-count-values.xml:1.4 Sun May 12
04:19:28 2002
+++ phpdoc/en/reference/array/functions/array-count-values.xml Fri Nov 1 08:06:44
+2002
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-count-values">
<refnamediv>
<refname>array_count_values</refname>
- <refpurpose>Counts all the values of an array</refpurpose>
+ <refpurpose>���� �� �� ������ �� ����</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ <title>�����</title>
<methodsynopsis>
<type>array</type><methodname>array_count_values</methodname>
<methodparam><type>array</type><parameter>input</parameter></methodparam>
</methodsynopsis>
<para>
- <function>array_count_values</function> returns an array using
- the values of the <parameter>input</parameter> array as keys and
- their frequency in <parameter>input</parameter> as values.
+ <function>array_count_values</function> ����� ���� ������
+ ������ �� ���� <parameter>input</parameter> ��������� ��������
+ ���� ������.
</para>
<para>
<example>
- <title><function>array_count_values</function> example</title>
+ <title>����� �� <function>array_count_values</function></title>
<programlisting role="php">
<![CDATA[
$array = array (1, "hello", 1, "world", "hello");
@@ -27,7 +27,7 @@
]]>
</programlisting>
<para>
- The printout of the above program will be:
+ ���� �� ������� ���� ����:
<screen>
<![CDATA[
Array
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php