goba            Fri Apr 19 09:48:46 2002 EDT

  Modified files:              
    /phpdoc/en/reference/array  reference.xml 
  Log:
  Using new entities
  
  
Index: phpdoc/en/reference/array/reference.xml
diff -u phpdoc/en/reference/array/reference.xml:1.2 
phpdoc/en/reference/array/reference.xml:1.3
--- phpdoc/en/reference/array/reference.xml:1.2 Mon Apr 15 14:56:28 2002
+++ phpdoc/en/reference/array/reference.xml     Fri Apr 19 09:48:45 2002
@@ -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.requirements">
-    <title>Requirements</title>
+   <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>
-     These functions are available as part of the standard module, which is
-     always available.
+     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">
+    &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>,


Reply via email to