1
0
mirror of https://github.com/php/doc-zh.git synced 2026-03-24 15:12:20 +01:00
Files
archived-doc-zh/reference/array/book.xml
Dai Jie baed95da88 provided by 徐骁
git-svn-id: https://svn.php.net/repository/phpdoc/zh/trunk@336112 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-20 08:20:51 +00:00

52 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: HonestQiao Status: ready -->
<book xml:id="book.array" xmlns="http://docbook.org/ns/docbook">
<?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.setup;
&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
-->