Fixed return type and clarified return value, as per bug #53268.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305212 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Justin Martin 2010-11-09 00:25:16 +00:00
parent f653adafd6
commit 5154a0e1fa

View file

@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>ArrayIterator::count</methodname>
<modifier>public</modifier> <type>int</type><methodname>ArrayIterator::count</methodname>
<void />
</methodsynopsis>
<para>
@ -30,7 +30,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
The number.
The number of elements or public properties in the associated
<type>array</type> or <type>object</type>, respectively.
</para>
</refsect1>