mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Using new entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78807 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f0207718ce
commit
e8a11acfd1
1 changed files with 30 additions and 33 deletions
|
@ -1,55 +1,52 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<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.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
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>
|
||||
|
||||
<section id="array.requirements">
|
||||
<title>Requirements</title>
|
||||
<para>
|
||||
These functions are available as part of the standard module, which is
|
||||
always available.
|
||||
</para>
|
||||
&reftitle.required;
|
||||
&no.requirement;
|
||||
</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>
|
||||
&reftitle.install;
|
||||
&no.install;
|
||||
</section>
|
||||
|
||||
<section id="array.configuration">
|
||||
<title>Runtime Configuration</title>
|
||||
&no.config;
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
|
||||
<section id="array.resources">
|
||||
<title>Resource types</title>
|
||||
&no.resource;
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
<section id="array.constants">
|
||||
<title>Predefined constants</title>
|
||||
&reftitle.constants;
|
||||
<para>
|
||||
<constant>CASE_UPPER</constant> and <constant>CASE_LOWER</constant> are
|
||||
used with the <function>array_change_key_case</function> function. They
|
||||
|
@ -58,7 +55,7 @@
|
|||
</section>
|
||||
|
||||
<section id="array.seealso">
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
See also <function>is_array</function>, <function>explode</function>,
|
||||
<function>implode</function>, <function>split</function>,
|
||||
|
|
Loading…
Reference in a new issue