1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-25 23:52:16 +01:00
Files
archived-doc-ja/reference/spl/arrayiterator/construct.xml
TAKAGI Masahiro 7c950dae05 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@312853 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-03 09:03:50 +00:00

88 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 60760b181deb1558a9061eb7daa86722235e98d1 Maintainer: takagi Status: ready -->
<refentry xml:id="arrayiterator.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>ArrayIterator::__construct</refname>
<refpurpose>ArrayIterator を作成する</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodname>ArrayIterator::__construct</methodname>
<methodparam><type>mixed</type><parameter>array</parameter></methodparam>
</methodsynopsis>
<para>
<classname>ArrayIterator</classname> オブジェクトを作成します。
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>array</parameter></term>
<listitem>
<para>
反復処理をする配列あるいはオブジェクト。
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
<classname>ArrayIterator</classname> オブジェクトを返します。
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
<function>ArrayIterator::__construct</function> は、
配列やオブジェクト以外を渡したときに
<classname>InvalidArgumentException</classname> をスローします。
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><methodname>ArrayIterator::getArrayCopy</methodname></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->