mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Documented exceptions for ArrayObject::__construct.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331443 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
536e9b2044
commit
ca2476ff7b
1 changed files with 13 additions and 0 deletions
|
@ -60,6 +60,19 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
Throws <classname>InvalidArgumentException</classname> when:
|
||||
<itemizedlist>
|
||||
<listitem><parameter>input</parameter> is not an array or object</listitem>
|
||||
<listitem><parameter>flags</parameter> is not an integer</listitem>
|
||||
<listitem><parameter>iterator_class</parameter> is not an object that implements <classname>Iterator</classname>.</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue