2002-05-12 08:19:28 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2004-01-30 09:31:30 +00:00
|
|
|
<!-- $Revision: 1.11 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.array">
|
2002-05-12 08:19:28 +00:00
|
|
|
<title>Array Functions</title>
|
2002-04-15 00:12:54 +00:00
|
|
|
<titleabbrev>Arrays</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
2002-04-19 13:48:45 +00:00
|
|
|
<section id="array.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
2002-05-12 08:19:28 +00:00
|
|
|
These functions allow you to interact with and manipulate
|
|
|
|
arrays in various ways. Arrays are essential for storing,
|
|
|
|
managing, and operating on sets of variables.
|
2002-04-19 13:48:45 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2002-05-12 08:19:28 +00:00
|
|
|
Simple and multi-dimensional arrays are supported, and may be
|
|
|
|
either user created or created by another function.
|
|
|
|
There are specific database handling functions for populating
|
|
|
|
arrays from database queries, and several functions return arrays.
|
2002-04-19 13:48:45 +00:00
|
|
|
</para>
|
2002-04-15 00:12:54 +00:00
|
|
|
<para>
|
2002-05-12 08:19:28 +00:00
|
|
|
Please see the <link linkend="language.types.array">Arrays</link>
|
|
|
|
section of the manual for a detailed explanation of how arrays are
|
|
|
|
implemented and used in PHP.
|
2004-01-30 09:31:30 +00:00
|
|
|
See also <link linkend="language.operators.array">Array operators</link>
|
|
|
|
for other ways how to manipulate the arrays.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
2002-04-19 13:48:45 +00:00
|
|
|
|
|
|
|
<section id="array.requirements">
|
|
|
|
&reftitle.required;
|
|
|
|
&no.requirement;
|
|
|
|
</section>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
<section id="array.installation">
|
2002-04-19 13:48:45 +00:00
|
|
|
&reftitle.install;
|
|
|
|
&no.install;
|
2002-04-15 00:12:54 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="array.configuration">
|
2002-04-19 13:48:45 +00:00
|
|
|
&reftitle.runtime;
|
|
|
|
&no.config;
|
2002-04-15 00:12:54 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="array.resources">
|
2002-04-19 13:48:45 +00:00
|
|
|
&reftitle.resources;
|
|
|
|
&no.resource;
|
2002-04-15 00:12:54 +00:00
|
|
|
</section>
|
|
|
|
|
2002-06-16 14:19:01 +00:00
|
|
|
&reference.array.constants;
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
<section id="array.seealso">
|
2002-04-19 13:48:45 +00:00
|
|
|
&reftitle.seealso;
|
2002-04-15 00:12:54 +00:00
|
|
|
<para>
|
2002-05-12 08:19:28 +00:00
|
|
|
See also <function>is_array</function>, <function>explode</function>,
|
2002-04-15 00:12:54 +00:00
|
|
|
<function>implode</function>, <function>split</function>,
|
2003-06-10 07:02:20 +00:00
|
|
|
<function>preg_split</function>, and <function>unset</function>.
|
2002-04-15 00:12:54 +00:00
|
|
|
</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
|
|
|
|
-->
|
|
|
|
|