mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f653adafd6
commit
5154a0e1fa
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue