1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 23:22:16 +01:00
Files
archived-doc-ja/reference/array/reference.xml
Rui Hirokawa 759802ef10 translation updated.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@105539 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-24 12:21:33 +00:00

81 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<reference id="ref.array">
<title>配列関数(array)</title>
<titleabbrev>Arrays</titleabbrev>
<partintro>
<section id="array.intro">
&reftitle.intro;
<para>
これらの関数により様々な手法で配列にアクセスし、操作することが可能
になります。配列は、変数の組を保存、管理、操作する基本的な要素です。
</para>
<para>
通常の配列および多次元配列がサポートされており、ユーザが定義したり、
他の関数で作成することも可能です。いくつかのデータベース処理関数は、
データベースのクエリから配列を返しますし、いくつかの関数は配列を返
します。
</para>
<para>
PHPでの配列の実装や使用方法の詳細については、マニュアルの
<link linkend="language.types.array">配列</link>に関する節を参照下
さい。
</para>
</section>
<section id="array.requirements">
&reftitle.required;
&no.requirement;
</section>
<section id="array.installation">
&reftitle.install;
&no.install;
</section>
<section id="array.configuration">
&reftitle.runtime;
&no.config;
</section>
<section id="array.resources">
&reftitle.resources;
&no.resource;
</section>
&reference.array.constants;
<section id="array.seealso">
&reftitle.seealso;
<para>
<function>is_array</function>, <function>explode</function>,
<function>implode</function>, <function>split</function>,
<function>preg_split</function>, and <function>join</function>
も参照して下さい。
</para>
</section>
</partintro>
&reference.array.functions;
</reference>
<!-- 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:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->