mirror of
https://github.com/php/doc-zh.git
synced 2026-03-24 07:02:15 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/zh/trunk@127198 c90b9560-bf6c-de11-be94-00142212c4b1
80 lines
2.0 KiB
XML
Executable File
80 lines
2.0 KiB
XML
Executable File
<?xml version="1.0" encoding="gb2312"?>
|
||
<!-- $Revision: 1.5 $ -->
|
||
<!-- $Author: dallas $ -->
|
||
<!-- EN-Revision: 1.8 Maintainer: dallas Status: ready -->
|
||
<reference id="ref.array">
|
||
<title>数组函数库</title>
|
||
<titleabbrev>Arrays</titleabbrev>
|
||
|
||
<partintro>
|
||
<section id="array.intro">
|
||
&reftitle.intro;
|
||
<para>
|
||
这些函数允许你用多种方法来操作数组和与之交互。数组的本质是储存,管理和操作一组变量。
|
||
</para>
|
||
<para>
|
||
PHP 支持一维和多维数组,不论是用户创建或由另一个函数创建。有一些特定的数据库处理函数可以从数据库查询中生成数组,还有一些函数返回数组。
|
||
</para>
|
||
<para>
|
||
参见手册中的<link linkend="language.types.array">数组</link>一节关于 PHP 是怎样实现和使用数组的详细解释。
|
||
</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>
|
||
<para>
|
||
【译者注】本节中出现的“结合数组”指的是键名为字符串的数组,“索引”和“键名”指的是同一样东西。
|
||
</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:
|
||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
vim: et tw=78 syn=sgml
|
||
vi: ts=1 sw=1
|
||
-->
|
||
|