mirror of
https://github.com/php/doc-zh.git
synced 2026-03-24 15:12:20 +01:00
51 lines
1.6 KiB
XML
51 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 2e60c5134e7a847c99f81eb3f7ecee1f5efeeace Maintainer: HonestQiao Status: ready -->
|
|
<!-- CREDITS: Luffy -->
|
|
<book xml:id="book.array" xmlns="http://docbook.org/ns/docbook" annotations="interactive">
|
|
<?phpdoc extension-membership="core" ?>
|
|
<title>数组</title>
|
|
|
|
<preface xml:id="intro.array">
|
|
&reftitle.intro;
|
|
<para>
|
|
这些函数允许你通过不同的方式来使用和操作数组。数组是存储、管理和操作变量组的必不可少的工具。
|
|
</para>
|
|
<para>
|
|
PHP 支持简单数组和多维数组,数组可由用户自己创建也可以由其它函数创建。有很多特殊的数据库处理函数可以从数据库查询中返回数组以及一些返回数组的函数。
|
|
</para>
|
|
<para>
|
|
请参考手册中有关<link linkend="language.types.array">数组</link>的章节来详细了解
|
|
PHP 中数组是如何实现及使用的。也可以参考 <link
|
|
linkend="language.operators.array">数组操作符</link>来了解操作数组的一些其它方式。
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.array.constants;
|
|
&reference.array.sorting;
|
|
&reference.array.reference;
|
|
|
|
</book>
|
|
|
|
<!-- 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
|
|
-->
|
|
|