cvs: phpdoc-nl /reference/math/functions abs.xml /reference/strings reference.xml /reference/strings/functions chunk-split.xml crc32.xml echo.xml get-html-translation-table.xml localeconv.xml md5-file.xml md5.xml print.xml printf.xml setlocale.xml sprintf.xml sscanf.xml str-repeat.xml substr.xml vprintf.xml vsprintf.xml /reference/url/functions base64-decode.xml base64-encode.xml rawurlencode.xml /reference/var/functions import-request-variables.xml

[email protected] ("Sander Roobol")
Newsgroups php.doc.nl
Message-ID <cvssander1028124694@cvsserver>
sander		Wed Jul 31 10:11:34 2002 EDT

  Modified files:              
    /phpdoc-nl/reference/math/functions	abs.xml 
    /phpdoc-nl/reference/strings	reference.xml 
    /phpdoc-nl/reference/strings/functions	chunk-split.xml crc32.xml 
                                          	echo.xml 
                                          	get-html-translation-table.xml 
                                          	localeconv.xml md5-file.xml 
                                          	md5.xml print.xml printf.xml 
                                          	setlocale.xml sprintf.xml 
                                          	sscanf.xml str-repeat.xml 
                                          	substr.xml vprintf.xml 
                                          	vsprintf.xml 
    /phpdoc-nl/reference/url/functions	base64-decode.xml 
                                      	base64-encode.xml 
                                      	rawurlencode.xml 
    /phpdoc-nl/reference/var/functions	import-request-variables.xml 
  Log:
  Partial sync with EN
sander-20020731101134.txt (text/plain, 20.5 KB)
Index: phpdoc-nl/reference/math/functions/abs.xml
diff -u phpdoc-nl/reference/math/functions/abs.xml:1.4 phpdoc-nl/reference/math/functions/abs.xml:1.5
--- phpdoc-nl/reference/math/functions/abs.xml:1.4	Sat Jun 15 04:54:36 2002
+++ phpdoc-nl/reference/math/functions/abs.xml	Wed Jul 31 10:11:32 2002
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
-<!-- $Revision: 1.4 $ -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.abs">
    <refnamediv>
     <refname>abs</refname>
Index: phpdoc-nl/reference/strings/reference.xml
diff -u phpdoc-nl/reference/strings/reference.xml:1.6 phpdoc-nl/reference/strings/reference.xml:1.7
--- phpdoc-nl/reference/strings/reference.xml:1.6	Wed Jun  5 14:59:10 2002
+++ phpdoc-nl/reference/strings/reference.xml	Wed Jul 31 10:11:32 2002
@@ -1,26 +1,48 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: sander Status: ready -->
 <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
 
   <partintro>
-   <simpara>
-    Al deze functies manipuleren strings op verschillende manieren.
-    Meer specifieke functies kunnen worden gevonden in de regular expression
-    en URL handling secties van deze handleiding.
-   </simpara>
-   <para>
-    Voor informatie over hoe strings zich gedragen, vooral met betrekking tot
-    het gebruik van enkele quotes, dubbele quotes en escape sequences, zie de
-    <link linkend="language.types.string">Strings</link> entry in de 
-    <link linkend="language.types">Types</link> sectie van de manual.
-   </para>
-   <para>
-    Voor nog krachtigere manieren om strings te gebruiken en te manipuleren
-    zie ook de <link linkend="ref.regex">POSIX regular expression functies</link>
-    en de <link linkend="ref.pcre">Perl compatible regular expression functies</link>.
-   </para>
+   <section id="strings.intro">
+    &reftitle.intro;
+    <para>
+     Al deze functies manipuleren strings op verschillende manieren.
+     Meer specifieke functies kunnen worden gevonden in de regular expression
+     en <link linkend="ref.url">URL handling</link> secties van deze handleiding.
+    </para>
+    <para>
+     Voor informatie over hoe strings zich gedragen, vooral met betrekking tot
+     het gebruik van enkele quotes, dubbele quotes en escape sequences, zie de
+     <link linkend="language.types.string">Strings</link> entry in de 
+     <link linkend="language.types">Types</link> sectie van de manual.
+    </para>
+   </section>
+
+   <section id="string.requirements">
+    &reftitle.required;
+    &no.requirement;
+   </section>
+   
+   <section id="strings.installation">
+    &reftitle.install;
+    &no.install;
+   </section>
+   
+   <section id="strings.constants">
+    &reftitle.constants;
+    &no.constants;
+   </section>
+
+   <section id="strings.seealso">
+    &reftitle.seealso;
+    <para>
+     Voor nog krachtigere manieren om strings te gebruiken en te manipuleren
+     zie ook de <link linkend="ref.regex">POSIX regular expression functies</link>
+     en de <link linkend="ref.pcre">Perl compatible regular expression functies</link>.
+    </para>
+   </section>
   </partintro>
 
 &reference.strings.functions;
Index: phpdoc-nl/reference/strings/functions/chunk-split.xml
diff -u phpdoc-nl/reference/strings/functions/chunk-split.xml:1.2 phpdoc-nl/reference/strings/functions/chunk-split.xml:1.3
--- phpdoc-nl/reference/strings/functions/chunk-split.xml:1.2	Sat May 25 06:24:01 2002
+++ phpdoc-nl/reference/strings/functions/chunk-split.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.chunk-split">
    <refnamediv>
     <refname>chunk_split</refname>
@@ -27,7 +27,6 @@
       <programlisting role="php">
 <![CDATA[
 # format $data gebruikmakend van RFC 2045 vereisten
-
 $nieuwe_string = chunk_split (base64_encode($data));
 ]]>
       </programlisting>
@@ -35,7 +34,8 @@
     </para>
     <simpara>
      Ziek ook <function>explode</function>, <function>split</function> en
-     <function>wordwrap</function>.
+     <function>wordwrap</function> en
+     <ulink url="&url.rfc;rfc2045.html">RFC 2045</ulink>.
     </simpara>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/strings/functions/crc32.xml
diff -u phpdoc-nl/reference/strings/functions/crc32.xml:1.3 phpdoc-nl/reference/strings/functions/crc32.xml:1.4
--- phpdoc-nl/reference/strings/functions/crc32.xml:1.3	Mon May 20 12:39:42 2002
+++ phpdoc-nl/reference/strings/functions/crc32.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready --> 
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready --> 
   <refentry id="function.crc32">
    <refnamediv>
     <refname>crc32</refname>
Index: phpdoc-nl/reference/strings/functions/echo.xml
diff -u phpdoc-nl/reference/strings/functions/echo.xml:1.2 phpdoc-nl/reference/strings/functions/echo.xml:1.3
--- phpdoc-nl/reference/strings/functions/echo.xml:1.2	Sat May 25 06:24:01 2002
+++ phpdoc-nl/reference/strings/functions/echo.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: sander Status: ready -->
   <refentry id="function.echo">
    <refnamediv>
     <refname>echo</refname>
Index: phpdoc-nl/reference/strings/functions/get-html-translation-table.xml
diff -u phpdoc-nl/reference/strings/functions/get-html-translation-table.xml:1.2 phpdoc-nl/reference/strings/functions/get-html-translation-table.xml:1.3
--- phpdoc-nl/reference/strings/functions/get-html-translation-table.xml:1.2	Sat May 25 06:24:01 2002
+++ phpdoc-nl/reference/strings/functions/get-html-translation-table.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.get-html-translation-table">
    <refnamediv>
     <refname>get_html_translation_table</refname>
Index: phpdoc-nl/reference/strings/functions/localeconv.xml
diff -u phpdoc-nl/reference/strings/functions/localeconv.xml:1.1 phpdoc-nl/reference/strings/functions/localeconv.xml:1.2
--- phpdoc-nl/reference/strings/functions/localeconv.xml:1.1	Sun May 26 14:50:53 2002
+++ phpdoc-nl/reference/strings/functions/localeconv.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.localeconv">
    <refnamediv>
     <refname>localeconv</refname>
@@ -205,7 +205,7 @@
      hierboven beschreven.
     </para>
     <para>
-     Zie ook <function>setlocale</function>.
+     Zie ook: <function>setlocale</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/strings/functions/md5-file.xml
diff -u phpdoc-nl/reference/strings/functions/md5-file.xml:1.3 phpdoc-nl/reference/strings/functions/md5-file.xml:1.4
--- phpdoc-nl/reference/strings/functions/md5-file.xml:1.3	Sat Jun  1 09:59:19 2002
+++ phpdoc-nl/reference/strings/functions/md5-file.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.md5-file">
    <refnamediv>
     <refname>md5_file</refname>
Index: phpdoc-nl/reference/strings/functions/md5.xml
diff -u phpdoc-nl/reference/strings/functions/md5.xml:1.3 phpdoc-nl/reference/strings/functions/md5.xml:1.4
--- phpdoc-nl/reference/strings/functions/md5.xml:1.3	Mon May 20 12:39:42 2002
+++ phpdoc-nl/reference/strings/functions/md5.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.md5">
    <refnamediv>
     <refname>md5</refname>
Index: phpdoc-nl/reference/strings/functions/print.xml
diff -u phpdoc-nl/reference/strings/functions/print.xml:1.2 phpdoc-nl/reference/strings/functions/print.xml:1.3
--- phpdoc-nl/reference/strings/functions/print.xml:1.2	Sun May 26 12:52:40 2002
+++ phpdoc-nl/reference/strings/functions/print.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.print">
    <refnamediv>
     <refname>print</refname>
@@ -16,10 +16,7 @@
     </simpara>
     <para>
      <function>print</function> is eigenlijk geen functie (het is een language
-     construct) dus het is niet noodzakelijk om haakjes te gebruiken. In
-     tegenstelling tot <function>echo</function> kan <function>print</function>
-     worden aangeroepen als een <link
-     linkend="functions.variable-functions">variabele functie</link>.
+     construct) dus het is niet noodzakelijk om haakjes te gebruiken.
     </para>
     <example>
      <title><function>print</function> voorbeeld</title>
Index: phpdoc-nl/reference/strings/functions/printf.xml
diff -u phpdoc-nl/reference/strings/functions/printf.xml:1.3 phpdoc-nl/reference/strings/functions/printf.xml:1.4
--- phpdoc-nl/reference/strings/functions/printf.xml:1.3	Sat Jun  1 09:59:19 2002
+++ phpdoc-nl/reference/strings/functions/printf.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.printf">
    <refnamediv>
     <refname>printf</refname>
Index: phpdoc-nl/reference/strings/functions/setlocale.xml
diff -u phpdoc-nl/reference/strings/functions/setlocale.xml:1.2 phpdoc-nl/reference/strings/functions/setlocale.xml:1.3
--- phpdoc-nl/reference/strings/functions/setlocale.xml:1.2	Sun May 26 12:52:40 2002
+++ phpdoc-nl/reference/strings/functions/setlocale.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.setlocale">
    <refnamediv>
     <refname>setlocale</refname>
@@ -42,7 +42,8 @@
       </listitem>
       <listitem>
        <simpara> 
-        LC_NUMERIC voor decimal scheidingsteken
+        LC_NUMERIC voor decimal scheidingsteken (Zie ook
+        <function>localeconv</function>)
        </simpara>
       </listitem>
       <listitem>
Index: phpdoc-nl/reference/strings/functions/sprintf.xml
diff -u phpdoc-nl/reference/strings/functions/sprintf.xml:1.3 phpdoc-nl/reference/strings/functions/sprintf.xml:1.4
--- phpdoc-nl/reference/strings/functions/sprintf.xml:1.3	Sat Jun  1 09:59:19 2002
+++ phpdoc-nl/reference/strings/functions/sprintf.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.sprintf">
    <refnamediv>
     <refname>sprintf</refname>
Index: phpdoc-nl/reference/strings/functions/sscanf.xml
diff -u phpdoc-nl/reference/strings/functions/sscanf.xml:1.4 phpdoc-nl/reference/strings/functions/sscanf.xml:1.5
--- phpdoc-nl/reference/strings/functions/sscanf.xml:1.4	Sat Jun 15 04:54:37 2002
+++ phpdoc-nl/reference/strings/functions/sscanf.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: sander Status: ready -->
 <!-- $Revison: $ -->
   <refentry id="function.sscanf">
    <refnamediv>
Index: phpdoc-nl/reference/strings/functions/str-repeat.xml
diff -u phpdoc-nl/reference/strings/functions/str-repeat.xml:1.4 phpdoc-nl/reference/strings/functions/str-repeat.xml:1.5
--- phpdoc-nl/reference/strings/functions/str-repeat.xml:1.4	Wed Jun  5 14:59:11 2002
+++ phpdoc-nl/reference/strings/functions/str-repeat.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.4 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: sander Status: ready -->
   <refentry id="function.str-repeat">
    <refnamediv>
     <refname>str_repeat</refname>
Index: phpdoc-nl/reference/strings/functions/substr.xml
diff -u phpdoc-nl/reference/strings/functions/substr.xml:1.2 phpdoc-nl/reference/strings/functions/substr.xml:1.3
--- phpdoc-nl/reference/strings/functions/substr.xml:1.2	Sun May 26 12:52:40 2002
+++ phpdoc-nl/reference/strings/functions/substr.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: sander Status: ready -->
   <refentry id="function.substr">
    <refnamediv>
     <refname>substr</refname>
@@ -19,7 +19,7 @@
      en <parameter>length</parameter> parameters.
     </para>
     <para>
-     Als <parameter>start</parameter> positief is, begint de terug
+     Als <parameter>start</parameter> niet negatief is, begint de terug
      te geven string bij de positie van <parameter>start</parameter>
      in <parameter>string</parameter>, beginnend vanaf nul. 
      Bijvoorbeeld in de string '<literal>abcdef</literal>', het 
@@ -32,10 +32,17 @@
      <informalexample>
       <programlisting role="php">
 <![CDATA[
+<?php
 $rest = substr ("abcdef", 1);    // geeft "bcdef"
 $rest = substr ("abcdef", 1, 3); // geeft "bcd"
 $rest = substr ("abcdef", 0, 4); // geeft "abcd"
 $rest = substr ("abcdef", 0, 8); // geeft "abcdef"
+
+// Met gebruik van accolades kan het ook:
+$string = 'abcdef';
+echo $string{0};                 // geeft a
+echo $string{3};                 // geeft d
+?>
 ]]>
       </programlisting>
      </informalexample>
@@ -48,9 +55,13 @@
      Voorbeelden:
      <informalexample>
       <programlisting role="php">
+<![CDATA[
+<?php
 $rest = substr ("abcdef", -1);    // geeft "f"
 $rest = substr ("abcdef", -2);    // geeft "ef"
 $rest = substr ("abcdef", -3, 1); // geeft "d"
+?>
+]]>
       </programlisting>
      </informalexample>
     </para>
@@ -75,10 +86,12 @@
      <informalexample>
       <programlisting role="php">
 <![CDATA[
+<?php
 $rest = substr("abcdef", 1, -1); // geeft "bcde"
 $rest = substr("abcdef", 2, -1);  // geeft "cde"
 $rest = substr("abcdef", 4, -4);  // geeft ""
 $rest = substr("abcdef", -3, -1); // geeft "de"
+?>
 ]]>
       </programlisting>
      </informalexample>
Index: phpdoc-nl/reference/strings/functions/vprintf.xml
diff -u phpdoc-nl/reference/strings/functions/vprintf.xml:1.1 phpdoc-nl/reference/strings/functions/vprintf.xml:1.2
--- phpdoc-nl/reference/strings/functions/vprintf.xml:1.1	Sun May 26 14:50:53 2002
+++ phpdoc-nl/reference/strings/functions/vprintf.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.vprintf">
    <refnamediv>
     <refname>vprintf</refname>
Index: phpdoc-nl/reference/strings/functions/vsprintf.xml
diff -u phpdoc-nl/reference/strings/functions/vsprintf.xml:1.2 phpdoc-nl/reference/strings/functions/vsprintf.xml:1.3
--- phpdoc-nl/reference/strings/functions/vsprintf.xml:1.2	Sat Jun  1 09:59:19 2002
+++ phpdoc-nl/reference/strings/functions/vsprintf.xml	Wed Jul 31 10:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.vsprintf">
    <refnamediv>
     <refname>vsprintf</refname>
Index: phpdoc-nl/reference/url/functions/base64-decode.xml
diff -u phpdoc-nl/reference/url/functions/base64-decode.xml:1.1 phpdoc-nl/reference/url/functions/base64-decode.xml:1.2
--- phpdoc-nl/reference/url/functions/base64-decode.xml:1.1	Sat Jun  1 05:44:37 2002
+++ phpdoc-nl/reference/url/functions/base64-decode.xml	Wed Jul 31 10:11:33 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="funtion.base64-decode">
    <refnamediv>
     <refname>base64_decode</refname>
@@ -17,8 +17,8 @@
      ge&euml;ncodeerde gegevens terug. Deze gegevens kunnen binary zijn.  
     </para>
     <para>
-     Zie ook: <function>base64_encode</function>, RFC2045 sectie
-     6.8.
+     Zie ook: <function>base64_encode</function>,
+     <ulink url="&url.rfc;rfc2045.html">RFC2045</ulink> sectie 6.8.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/url/functions/base64-encode.xml
diff -u phpdoc-nl/reference/url/functions/base64-encode.xml:1.2 phpdoc-nl/reference/url/functions/base64-encode.xml:1.3
--- phpdoc-nl/reference/url/functions/base64-encode.xml:1.2	Sat Jun  1 05:44:37 2002
+++ phpdoc-nl/reference/url/functions/base64-encode.xml	Wed Jul 31 10:11:33 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.base64-encode">
    <refnamediv>
     <refname>base64_encode</refname>
@@ -25,7 +25,7 @@
      Zie ook:
      <function>base64_decode</function>,
      <function>chunk_split</function>,
-     RFC2045 sectie 6.8.
+     <ulink url="&url.rfc;rfc2045.html">RFC 2045</ulink> sectie 6.8.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/url/functions/rawurlencode.xml
diff -u phpdoc-nl/reference/url/functions/rawurlencode.xml:1.2 phpdoc-nl/reference/url/functions/rawurlencode.xml:1.3
--- phpdoc-nl/reference/url/functions/rawurlencode.xml:1.2	Sat Jun  1 05:44:37 2002
+++ phpdoc-nl/reference/url/functions/rawurlencode.xml	Wed Jul 31 10:11:33 2002
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
   <refentry id="function.rawurlencode">
    <refnamediv>
     <refname>rawurlencode</refname>
-    <refpurpose>URL-encode according to RFC1738</refpurpose>
+    <refpurpose>URL-encode according to RFC 1738</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Omschrijving</title>
@@ -15,7 +15,7 @@
      Geeft een string terug waarin alle niet alfanumerieke tekens behalve
      <screen>-_.</screen> zijn vervangen door een procent teken 
      (<literal>%</literal>) gevolgd door twee hexadecimale cijfers.
-     Dit is de encoding die beschreven is in RFC1738 en wordt gebruikt om
+     Dit is de encoding die beschreven is in RFC 1738 en wordt gebruikt om
      te voorkomen dat speciale tekens worden ge&iuml;nterpreteerd als speciale
      URL-tekens, en om URL's te beschermen tegen verstuurmethoden die sommige
      tekens converteren (zoals sommige email systemen). Als je bijvoorbeeld
@@ -43,7 +43,8 @@
     <simpara>
      Zie ook: <function>rawurldecode</function>,
 		   <function>urldecode</function>,
-					<function>urlencode</function>.
+					<function>urlencode</function> en 
+     <ulink url="&url.rfc;rfc1738.html">RFC 1738</ulink>.
     </simpara>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/var/functions/import-request-variables.xml
diff -u phpdoc-nl/reference/var/functions/import-request-variables.xml:1.1 phpdoc-nl/reference/var/functions/import-request-variables.xml:1.2
--- phpdoc-nl/reference/var/functions/import-request-variables.xml:1.1	Sat Jun  1 10:01:45 2002
+++ phpdoc-nl/reference/var/functions/import-request-variables.xml	Wed Jul 31 10:11:33 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.7 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.8 Maintainer: sander Status: ready -->
   <refentry id="function.import-request-variables">
    <refnamediv>
     <refname>import_request_variables</refname>
@@ -64,7 +64,8 @@
      </programlisting>
     </informalexample>
     <simpara>
-     Zie ook: <link linkend="ini.register-globals">register_globals</link>,
+     Zie ook: <link linkend="reserved.variables.request">$_REQUEST</link>,
+     <link linkend="ini.register-globals">register_globals</link>,
      <link linkend="language.variables.predefined">Predefined Variables</link> 
      en <function>extract</function>.
     </simpara>
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.