php-doc-en/reference/array/reference.xml
Simone Cortesi c7b3836e56 WS fix: part ONE of EN
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78261 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 18:56:49 +00:00

93 lines
2.6 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<reference id="ref.array">
<title>Array Functions</title>
<titleabbrev>Arrays</titleabbrev>
<partintro>
<para id="array.intro">
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.
</para>
<para>
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.
</para>
<para>
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.
</para>
<section id="array.requirements">
<title>Requirements</title>
<para>
These functions are available as part of the standard module, which is
always available.
</para>
</section>
<section id="array.installation">
<title>Installation</title>
<para>
There is no installation needed to use these functions, they are part of
the PHP core.
</para>
</section>
<section id="array.configuration">
<title>Runtime Configuration</title>
&no.config;
</section>
<section id="array.resources">
<title>Resource types</title>
&no.resource;
</section>
<section id="array.constants">
<title>Predefined constants</title>
<para>
<constant>CASE_UPPER</constant> and <constant>CASE_LOWER</constant> are
used with the <function>array_change_key_case</function> function. They
respectively are used for changing a string to upper case or lower case.
</para>
</section>
<section id="array.seealso">
<title>See also</title>
<para>
See also <function>is_array</function>, <function>explode</function>,
<function>implode</function>, <function>split</function>,
and <function>join</function>.
</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
-->