mirror of
https://github.com/php/doc-ja.git
synced 2026-03-25 07:32:13 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@195169 c90b9560-bf6c-de11-be94-00142212c4b1
88 lines
2.4 KiB
XML
88 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.6 $ -->
|
|
<!-- EN-Revision: 1.13 Maintainer: hirokawa Status: ready -->
|
|
<!-- Purpose: basic.vartype -->
|
|
<!-- Membership: core -->
|
|
|
|
<reference id="ref.array">
|
|
<title>配列関数(array)</title>
|
|
<titleabbrev>配列</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="array.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
これらの関数により様々な手法で配列にアクセスし、操作することが可能
|
|
になります。配列は、変数の組を保存、管理、操作する基本的な要素です。
|
|
</para>
|
|
<para>
|
|
通常の配列および多次元配列がサポートされており、ユーザが定義したり、
|
|
他の関数で作成することも可能です。いくつかのデータベース処理関数は、
|
|
データベースのクエリから配列を返しますし、いくつかの関数は配列を返
|
|
します。
|
|
</para>
|
|
<para>
|
|
PHPでの配列の実装や使用方法の詳細については、マニュアルの
|
|
<link linkend="language.types.array">配列</link>に関する節を参照下
|
|
さい。
|
|
その他の配列の操作方法については、
|
|
<link linkend="language.operators.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>, および <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:
|
|
-->
|
|
|