mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated return information to match its current implementation. See bug report #60588.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328714 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6ad7dd65d2
commit
5f2e923297
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
An <type>array</type> of all registered iterator instances,
|
||||
or &false; if no sub iterator is attached.
|
||||
An <type>array</type> containing the current values of each attached iterator,
|
||||
or &false; if no iterators are attached.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue