1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-23 16:08:07 +02:00
Files
archived-doc-ja/reference/array/reference.xml
T
Simone Cortesi cce4ba4ece WS fix: JA
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@78472 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-16 23:58:37 +00:00

50 lines
1.6 KiB
XML

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