cvs: phpdoc-nl /reference/array constants.xml reference.xml

[email protected] ("Dirkjan Ochtman")
Newsgroups php.doc.nl
Message-ID <cvsmanuzhai1042234072@cvsserver>
manuzhai		Fri Jan 10 16:27:52 2003 EDT

  Modified files:              
    /phpdoc-nl/reference/array	reference.xml constants.xml 
  Log:
  Synced with EN.
manuzhai-20030110162752.txt (text/plain, 8 KB)
Index: phpdoc-nl/reference/array/reference.xml
diff -u phpdoc-nl/reference/array/reference.xml:1.5 phpdoc-nl/reference/array/reference.xml:1.6
--- phpdoc-nl/reference/array/reference.xml:1.5	Wed Aug 14 06:14:07 2002
+++ phpdoc-nl/reference/array/reference.xml	Fri Jan 10 16:27:52 2003
@@ -1,63 +1,63 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.8 Maintainer: manuzhai Status: ready -->
- <reference id="ref.array">
-  <title>Array Functies</title>
-  <titleabbrev>Arrays</titleabbrev>
-
-  <partintro>
-   <para id="array.intro">
-    Deze functies maken het gebruik en de manipulatie van arrays
-    mogelijk op verschillende manieren. Arrays zijn essentieel
-    voor het bewaren en beheren van sets van variabelen.
-   </para>
-   <para>
-    Simpele en multi-dimensionelale arrays worden ondersteund, en
-    kunnen door gebruikers of een andere functie worden gemaakt.
-    Er zijn specifieke database handling functies die arrays
-    invullen aan de hand van database queries, en verschillende
-    functies geven arrays terug.
-   </para>
+<reference id="ref.array">
+ <title>Array Functies</title>
+ <titleabbrev>Arrays</titleabbrev>
+
+ <partintro>
+  <para id="array.intro">
+   Deze functies maken het gebruik en de manipulatie van arrays
+   mogelijk op verschillende manieren. Arrays zijn essentieel
+   voor het bewaren en beheren van sets van variabelen.
+  </para>
+  <para>
+   Simpele en multi-dimensionelale arrays worden ondersteund, en
+   kunnen door gebruikers of een andere functie worden gemaakt.
+   Er zijn specifieke database handling functies die arrays
+   invullen aan de hand van database queries, en verschillende
+   functies geven arrays terug.
+  </para>
+  <para>
+   Je kunt de <link linkend="language.types.array">Arrays</link>
+   sectie van de manual bekijken voor een gedetailleerde uitleg over
+   hoe arrays worden geimplementeerd en gebruikt in PHP.
+  </para>
+
+  <section id="array.requirements">
+   &reftitle.required;
+   &no.requirement;
+  </section>
+   
+  <section id="array.installation">
+   &reftitle.install;
+   &no.config;
+  </section>
+
+  <section id="array.configuration">
+   &reftitle.runtime;
+   &no.config;
+  </section>
+
+  <section id="array.resources">
+   &reftitle.resources;
+   &no.resource;
+  </section>
+
+  &reference.array.constants;
+
+  <section id="array.seealso">
+   <title>Zie ook</title>
    <para>
-    Je kunt de <link linkend="language.types.array">Arrays</link>
-    sectie van de manual bekijken voor een gedetailleerde uitleg over
-    hoe arrays worden geimplementeerd en gebruikt in PHP.
+    Zie ook: <function>is_array</function>, <function>explode</function>,
+    <function>implode</function>, <function>split</function>,
+    <function>preg_split</function> en <function>join</function>.
    </para>
-
-   <section id="array.requirements">
-    &reftitle.required;
-    &no.requirement;
-   </section>
-    
-   <section id="array.installation">
-    &reftitle.install;
-    &no.config;
-   </section>
-
-   <section id="array.configuration">
-    &reftitle.runtime;
-    &no.config;
-   </section>
-
-   <section id="array.resources">
-    &reftitle.resources;
-    &no.resource;
-   </section>
-
-   &reference.array.constants;
-
-   <section id="array.seealso">
-    <title>Zie ook</title>
-    <para>
-     Zie ook: <function>is_array</function>, <function>explode</function>,
-     <function>implode</function>, <function>split</function>,
-     <function>preg_split</function> en <function>join</function>.
-    </para>
-   </section>
-  </partintro>
+  </section>
+ </partintro>
 
 &reference.array.functions;
 
- </reference>
+</reference>
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
Index: phpdoc-nl/reference/array/constants.xml
diff -u phpdoc-nl/reference/array/constants.xml:1.2 phpdoc-nl/reference/array/constants.xml:1.3
--- phpdoc-nl/reference/array/constants.xml:1.2	Wed Aug 14 06:14:07 2002
+++ phpdoc-nl/reference/array/constants.xml	Fri Jan 10 16:27:52 2003
@@ -1,37 +1,112 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: manuzhai Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: manuzhai Status: ready -->
 <section id="array.constants">
  &reftitle.constants;
  &extension.constants.core;
- <variablelist>
-  <varlistentry>
-   <term>
-    <constant>CASE_LOWER</constant>
-    (<link linkend="language.types.integer">integer</link>)
-   </term>
-   <listitem>
-    <simpara>
-     <constant>CASE_LOWER</constant> wordt gebruikt met
-     <function>array_change_key_case</function> om array keys
-     in kleine letters te veranderen. Dit is tevens de standaard
-     optie voor <function>array_change_key_case</function>.
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry>
-   <term>
-    <constant>CASE_UPPER</constant>
-    (<link linkend="language.types.integer">integer</link>)
-   </term>
-   <listitem>
-    <simpara>
-     <constant>CASE_UPPER</constant> wordt gebruikt met
-     <function>array_change_key_case</function> om array keys
-     in hoofdletters te veranderen.
-    </simpara>
-   </listitem>
-  </varlistentry>
- </variablelist>
+ <para>
+  <variablelist>
+   <varlistentry>
+    <term>
+     <constant>CASE_LOWER</constant>
+     (<link linkend="language.types.integer">integer</link>)
+    </term>
+    <listitem>
+     <simpara>
+      <constant>CASE_LOWER</constant> wordt gebruikt met
+      <function>array_change_key_case</function> om array keys
+      in kleine letters te veranderen. Dit is tevens de standaard
+      optie voor <function>array_change_key_case</function>.
+     </simpara>
+    </listitem>
+   </varlistentry>
+   <varlistentry>
+    <term>
+     <constant>CASE_UPPER</constant>
+     (<link linkend="language.types.integer">integer</link>)
+    </term>
+    <listitem>
+     <simpara>
+      <constant>CASE_UPPER</constant> wordt gebruikt met
+      <function>array_change_key_case</function> om array keys
+      in hoofdletters te veranderen.
+     </simpara>
+    </listitem>
+   </varlistentry>
+  </variablelist>
+ </para>
+ 
+ <para> Sorteervolgorde: 
+  <variablelist> 
+    <varlistentry> 
+     <term> 
+      <constant>SORT_ASC</constant> 
+      (<link linkend="language.types.integer">integer</link>) 
+     </term> 
+     <listitem> 
+      <simpara> 
+       <constant>SORT_ASC</constant> wordt gebruikt met 
+       <function>array_multisort</function> om in oplopende volgorde te
+       sorteren.
+      </simpara> 
+     </listitem> 
+    </varlistentry> 
+    <varlistentry> 
+     <term> 
+      <constant>SORT_DESC</constant> 
+      (<link linkend="language.types.integer">integer</link>) 
+     </term> 
+     <listitem> 
+      <simpara>
+       <constant>SORT_DESC</constant> wordt gebruikt met 
+       <function>array_multisort</function> om in aflopende volgorde te
+       sorteren.
+      </simpara> 
+     </listitem> 
+    </varlistentry> 
+  </variablelist> 
+ </para> 
+    
+ <para> Sorteertypen: gebruikt door diverse sorteerfuncties
+  <variablelist> 
+   <varlistentry> 
+    <term> 
+     <constant>SORT_REGULAR</constant> 
+     (<link linkend="language.types.integer">integer</link>) 
+    </term> 
+    <listitem> 
+     <simpara> 
+      <constant>SORT_REGULAR</constant> wordt normaal gebruikt om items te
+      vergelijken.
+     </simpara> 
+    </listitem> 
+   </varlistentry> 
+   <varlistentry> 
+    <term> 
+     <constant>SORT_NUMERIC</constant> 
+     (<link linkend="language.types.integer">integer</link>) 
+    </term> 
+    <listitem> 
+     <simpara> 
+      <constant>SORT_NUMERIC</constant> wordt gebruikt om items numeriek te
+      vergelijken.
+     </simpara> 
+    </listitem> 
+   </varlistentry> 
+   <varlistentry> 
+    <term> 
+     <constant>SORT_STRING</constant> 
+     (<link linkend="language.types.integer">integer</link>) 
+    </term> 
+    <listitem> 
+     <simpara> 
+     <constant>SORT_STRING</constant> wordt gebruikt om items als strings
+     te vergelijken.
+     </simpara> 
+    </listitem> 
+   </varlistentry> 
+  </variablelist> 
+ </para> 
+ 
 </section>
 
 <!-- Keep this comment at the end of the file
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.