mazzanet Mon Mar 21 04:47:54 2005 EDT
Modified files: /phpdoc/en/reference/array/functions count.xml Log: Grammar http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/count.xml?r1=1.16&r2=1.17&ty=u Index: phpdoc/en/reference/array/functions/count.xml diff -u phpdoc/en/reference/array/functions/count.xml:1.16 phpdoc/en/reference/array/functions/count.xml:1.17 --- phpdoc/en/reference/array/functions/count.xml:1.16 Sun Mar 20 05:16:34 2005 +++ phpdoc/en/reference/array/functions/count.xml Mon Mar 21 04:47:52 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 --> <refentry id="function.count"> <refnamediv> @@ -15,7 +15,7 @@ </methodsynopsis> <para> Returns the number of elements in <parameter>var</parameter>, - which is typically an <type>array</type>, since anything other + which is typically an <type>array</type>, since anything else will have one element. </para> <para>