mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixing ArrayIterator documentation. ArrayIterator does not take a string, but an array or an object; it throws an exception if you give it something else.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288809 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9aff12cf57
commit
af55811b30
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<methodname>ArrayIterator::__construct</methodname>
|
||||
<methodparam><type>string</type><parameter>array</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>array</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Constructs an <classname>ArrayIterator</classname> <type>object</type>.
|
||||
|
@ -29,7 +29,7 @@
|
|||
<term><parameter>array</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The array.
|
||||
The array or object to be iterated on.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue