cvs: phpdoc-nl /reference/ftp/functions ftp-cdup.xml ftp-chdir.xml ftp-close.xml ftp-connect.xml ftp-delete.xml ftp-exec.xml ftp-fget.xml ftp-fput.xml ftp-get-option.xml ftp-get.xml ftp-login.xml ftp-mdtm.xml ftp-mkdir.xml ftp-nlist.xml ftp-pasv.xml ftp-put.xml ftp-pwd.xml ftp-rename.xml ftp-rmdir.xml ftp-set-option.xml ftp-site.xml

[email protected] ("Patric Stout")
Newsgroups php.doc.nl
Message-ID <cvstruelight1042058151@cvsserver>
truelight		Wed Jan  8 15:35:51 2003 EDT

  Modified files:              
    /phpdoc-nl/reference/ftp/functions	ftp-cdup.xml ftp-chdir.xml 
                                      	ftp-close.xml ftp-connect.xml 
                                      	ftp-delete.xml ftp-exec.xml 
                                      	ftp-fget.xml ftp-fput.xml 
                                      	ftp-get-option.xml ftp-get.xml 
                                      	ftp-login.xml ftp-mdtm.xml 
                                      	ftp-mkdir.xml ftp-nlist.xml 
                                      	ftp-pasv.xml ftp-put.xml 
                                      	ftp-pwd.xml ftp-rename.xml 
                                      	ftp-rmdir.xml ftp-set-option.xml 
                                      	ftp-site.xml 
  Log:
  Sync with EN
truelight-20030108153551.txt (text/plain, 20.5 KB)
Index: phpdoc-nl/reference/ftp/functions/ftp-cdup.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-cdup.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-cdup.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-cdup.xml:1.1	Wed Aug 14 09:35:32 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-cdup.xml	Wed Jan  8 15:35:49 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-cdup">
    <refnamediv>
     <refname>ftp_cdup</refname>
@@ -15,7 +15,7 @@
      Verandert de folder naar een folder hoger.
     </para>
     <para>
-     Geeft &true; terug als alles goed ging, anders &false;.
+     &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/ftp/functions/ftp-chdir.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-chdir.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-chdir.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-chdir.xml:1.1	Wed Aug 14 09:35:32 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-chdir.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-chdir">
    <refnamediv>
     <refname>ftp_chdir</refname>
@@ -16,7 +16,7 @@
      Verandert de folder naar <parameter>directory</parameter>.
     </para>
     <para>
-     Geeft &true; terug als alles goed ging, anders &false;.</para>
+     Geeft &true; terug als alles goed ging of anders &false;.</para>
    </refsect1>
   </refentry>
 
Index: phpdoc-nl/reference/ftp/functions/ftp-close.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-close.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-close.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-close.xml:1.1	Wed Aug 14 09:35:32 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-close.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-close">
    <refnamediv>
     <refname>ftp_close</refname>
@@ -11,16 +11,15 @@
       <type>void</type><methodname>ftp_close</methodname>
       <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
      </methodsynopsis>
-    <note>
-     <para>
-      Deze functie is alleen aanwezig in CVS.
-     </para>
-    </note>
-    <para>
+    <simpara>
      <function>ftp_close</function> sluit <parameter>ftp_stream</parameter>
-     en geeft de bron vrij. Je kan de bron niet herbruiken, maar je
-     moet een nieuwe maken met <function>ftp_connect</function>.
-    </para>
+     en geeft de <type>resource</type> vrij. Na het aanroepen van deze functie
+     kan je de FTP verbinding niet langer gebruiken en moet je een nieuwe
+     maken met <function>ftp_connect</function>.
+    </simpara>
+    <simpara>
+     Zie ook <function>ftp_connect</function>.
+    </simpara>
    </refsect1>
   </refentry>
 
Index: phpdoc-nl/reference/ftp/functions/ftp-connect.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-connect.xml:1.2 phpdoc-nl/reference/ftp/functions/ftp-connect.xml:1.3
--- phpdoc-nl/reference/ftp/functions/ftp-connect.xml:1.2	Thu Aug 15 04:38:57 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-connect.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-connect">
    <refnamediv>
     <refname>ftp_connect</refname>
@@ -14,13 +14,13 @@
       <methodparam choice="opt"><type>int</type><parameter>timeout</parameter></methodparam>
      </methodsynopsis>
     <para>
-     Geeft een FTP stream terug als het goed ging, anders &false;.
+     Geeft een FTP stream terug als het goed ging of anders &false;.
     </para>
     <para>
      <function>ftp_connect</function> opent een FTP verbinding naar
      <parameter>host</parameter>. De <parameter>port</parameter>
      parameter geeft aan met welke poort verbonden moet worden.
-     Als die niet meegeven is, of nul is, dan wordt de standaard
+     Als die niet meegeven is of nul is, dan wordt de standaard
      FTP poort, 21, gebruikt.
     </para>
     <para>
@@ -32,7 +32,7 @@
      <function>ftp_get_option</function>.
      <note>
       <para>
-       Deze parameter is geïntroduceerd in PHP 4.2.0.
+       De <parameter>timeout</parameter> paramter is geïntroduceerd in PHP 4.2.0.
       </para>
      </note>
     </para>
Index: phpdoc-nl/reference/ftp/functions/ftp-delete.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-delete.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-delete.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-delete.xml:1.1	Wed Aug 14 09:35:32 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-delete.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-delete">
    <refnamediv>
     <refname>ftp_delete</refname>
@@ -17,7 +17,7 @@
      aangegeven met <parameter>path</parameter> van de FTP server.
     </para>
     <para>
-     Geeft &true; terug als het goed ging, anders &false;.
+     &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/ftp/functions/ftp-exec.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-exec.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-exec.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-exec.xml:1.1	Wed Aug 14 09:35:32 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-exec.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
   <refentry id='function.ftp-exec'>
    <refnamediv>
     <refname>ftp_exec</refname>
@@ -14,8 +14,8 @@
      </methodsynopsis>
     <para>
      Stuurt een SITE EXEC <parameter>command</parameter> aanvraag naar de FTP
-     server. Geeft &false; terug als dat faalt, en geeft anders de output van het
-     programma terug.
+     server. Geeft de output van het programma terug als het goed ging, anders
+     &false;.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/ftp/functions/ftp-fget.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-fget.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-fget.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-fget.xml:1.1	Wed Aug 14 09:35:21 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-fget.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-fget">
    <refnamediv>
     <refname>ftp_fget</refname>
@@ -28,7 +28,7 @@
      </para>
     </note>
     <para>
-     Geeft &true; terug als het goed ging, anders &false;.
+     &return.success;
     </para>
     <para>
      Zie ook <function>ftp_get</function>.
Index: phpdoc-nl/reference/ftp/functions/ftp-fput.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-fput.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-fput.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-fput.xml:1.1	Wed Aug 14 09:35:21 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-fput.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-fput">
    <refnamediv>
     <refname>ftp_fput</refname>
@@ -29,7 +29,7 @@
      </para>
     </note>
     <para>
-     Geeft &true; terug als het goed ging, anders &false;.
+     &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/ftp/functions/ftp-get-option.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-get-option.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-get-option.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-get-option.xml:1.1	Wed Aug 14 09:35:21 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-get-option.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
   <refentry id='function.ftp-get-option'>
    <refnamediv>
     <refname>ftp_get_option</refname>
@@ -18,7 +18,7 @@
      </para>
     </note>
     <para>
-     Geeft de waarde terug als het goed ging, of &false; als
+     Geeft de waarde terug als het goed ging of &false; als
      de gegeven <parameter>option</parameter> niet ondersteunt is.
      In het laatste geval wordt ook nog een waarschuwings bericht
      weergeven.
Index: phpdoc-nl/reference/ftp/functions/ftp-get.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-get.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-get.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-get.xml:1.1	Wed Aug 14 09:35:21 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-get.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-get">
    <refnamediv>
     <refname>ftp_get</refname>
@@ -28,7 +28,7 @@
      </para>
     </note>
     <para>
-     Geeft &true; terug als het goed ging, anders &false;.
+     &return.success;
     </para>
     <para>
      Zie ook <function>ftp_fget</function> en <function>ftp_async_get</function>.
Index: phpdoc-nl/reference/ftp/functions/ftp-login.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-login.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-login.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-login.xml:1.1	Wed Aug 14 09:35:21 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-login.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-login">
    <refnamediv>
     <refname>ftp_login</refname>
@@ -17,7 +17,7 @@
      Logt in op de aangegeven FTP stream.
     </para>
     <para>
-     Geeft &true; terug als alles goed ging, anders &false;.
+     &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/ftp/functions/ftp-mdtm.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-mdtm.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-mdtm.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-mdtm.xml:1.1	Wed Aug 14 09:35:21 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-mdtm.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-mdtm">
    <refnamediv>
     <refname>ftp_mdtm</refname>
@@ -16,11 +16,15 @@
      <function>ftp_mdtm</function> controleert de laatste wijzig tijd van
      een bestand, en geeft het terug als een UNIX timestamp. Als er een fout
      optreed, of als het bestand niet bestaat, wordt er -1 terug gegeven.
-     Onthou ook dat niet alle servers deze optie ondersteunen.
     </para>
     <para>
      Geeft een UNIX timestamp terug als het goed ging en anders -1.
     </para>
+    <note>
+     <para>
+       Niet alle servers ondersteunen deze functie!
+     </para>
+    </note>
     <note>
      <para>
       <function>ftp_mdtm</function> werkt niet met folders.
Index: phpdoc-nl/reference/ftp/functions/ftp-mkdir.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-mkdir.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-mkdir.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-mkdir.xml:1.1	Wed Aug 14 09:35:21 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-mkdir.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-mkdir">
    <refnamediv>
     <refname>ftp_mkdir</refname>
@@ -16,7 +16,7 @@
      Maakt de aangegeven <parameter>directory</parameter> aan.
     </para>
     <para>
-     Geeft de nieuw aangemaakte folder aan als het goed ging, anders &false;.
+     Geeft de nieuw aangemaakte folder aan als het goed ging of anders &false;.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/ftp/functions/ftp-nlist.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-nlist.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-nlist.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-nlist.xml:1.1	Wed Aug 14 09:35:21 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-nlist.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-nlist">
    <refnamediv>
     <refname>ftp_nlist</refname>
@@ -14,7 +14,7 @@
      </methodsynopsis>
     <para>
      Geeft als het goed gaat een array met bestanden van de
-     aangegeven folder terug, en anders &false;.
+     aangegeven folder terug of anders &false;.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/ftp/functions/ftp-pasv.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-pasv.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-pasv.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-pasv.xml:1.1	Wed Aug 14 09:35:21 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-pasv.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-pasv">
    <refnamediv>
     <refname>ftp_pasv</refname>
@@ -14,13 +14,13 @@
      </methodsynopsis>
     <para>
      <function>ftp_pasv</function> zet de passieve modus aan, als
-     <parameter>pasv</parameter> parameter &true; is (hij zet de
-     passieve modus uit als <parameter>pasv</parameter> &false; is.)  In
+     <parameter>pasv</parameter> parameter &true; is. Hij zet de
+     passieve modus uit als <parameter>pasv</parameter> &false; is. In
      passieve modus, worden data connecties geïnitialiseerd vanaf de client,
      ipv vanaf de server.
     </para>
     <para>
-     Geeft &true; terug als het goed ging, anders &false;.
+     &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/ftp/functions/ftp-put.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-put.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-put.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-put.xml:1.1	Wed Aug 14 09:35:11 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-put.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-put">
    <refnamediv>
     <refname>ftp_put</refname>
@@ -28,7 +28,7 @@
      </para>
     </note>
     <para>
-     Geeft &true; terug als het goed ging, anders &false;.
+     &return.success;
     </para>
     <para>
      <example>
Index: phpdoc-nl/reference/ftp/functions/ftp-pwd.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-pwd.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-pwd.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-pwd.xml:1.1	Wed Aug 14 09:35:11 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-pwd.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-pwd">
    <refnamediv>
     <refname>ftp_pwd</refname>
@@ -12,7 +12,7 @@
       <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
      </methodsynopsis>
     <para>
-     Geeft de huidige folder naam terug, of &false; als er iets fout ging.
+     Geeft de huidige folder naam terug of &false; als er iets fout ging.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/ftp/functions/ftp-rename.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-rename.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-rename.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-rename.xml:1.1	Wed Aug 14 09:35:11 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-rename.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-rename">
    <refnamediv>
     <refname>ftp_rename</refname>
@@ -16,11 +16,11 @@
     <para>
      <function>ftp_rename</function> vernoemt het bestand of folder
      dat <parameter>from</parameter> genoemd wordt naar
-     <parameter>to</parameter>, op de FTP stream
+     <parameter>to</parameter>, gebruikmakend van de FTP stream
      <parameter>ftp_stream</parameter>.
     </para>
     <para>
-     Geeft &true; terug als alles goed ging, anders &false;.
+     &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/ftp/functions/ftp-rmdir.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-rmdir.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-rmdir.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-rmdir.xml:1.1	Wed Aug 14 09:35:11 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-rmdir.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-rmdir">
    <refnamediv>
     <refname>ftp_rmdir</refname>
@@ -16,7 +16,8 @@
      Verwijdert de folder genaamd <parameter>directory</parameter>.
     </para>
     <para>
-     Geeft &true; terug als alles goed ging, anders &false;.</para>
+     &return.success;
+    </para>
    </refsect1>
   </refentry>
 
Index: phpdoc-nl/reference/ftp/functions/ftp-set-option.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-set-option.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-set-option.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-set-option.xml:1.1	Wed Aug 14 09:35:11 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-set-option.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.5 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.6 Maintainer: truelight Status: ready -->
   <refentry id='function.ftp-set-option'>
    <refnamediv>
     <refname>ftp_set_option</refname>
@@ -37,15 +37,15 @@
         <row>
          <entry>FTP_TIMEOUT_SEC</entry>
          <entry>Verandert de timeout in seconden.
-         Parameter <parameter>value</parameter> moet van het type
-         <type>int</type> zijn en moet groeter dan 0 zijn. De standaard waarde is 90
-         seconden.</entry>
+         <parameter>value</parameter> moet een integer zijn en groter dan 0.
+         De standaard waarde is 90 seconden.</entry>
         </row>
         <row>
          <entry>FTP_AUTOSEEK</entry>
-         <entry>Als hij aan staat, wat standaard is, zullen get/put aanvragen
+         <entry>Als hij aan staat zullen GET en PUT aanvragen
          met een <parameter>resumepos</parameter>/<parameter>startpos</parameter>
-         parameter eerst zoeken naar de gewenste plek in de stream.
+         parameter eerst zoeken naar de gewenste plek in het bestand. Deze optie
+         staat standaard aan.
          </entry>
         </row>
        </tbody>
Index: phpdoc-nl/reference/ftp/functions/ftp-site.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-site.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-site.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-site.xml:1.1	Wed Aug 14 09:35:11 2002
+++ phpdoc-nl/reference/ftp/functions/ftp-site.xml	Wed Jan  8 15:35:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
   <refentry id="function.ftp-site">
    <refnamediv>
     <refname>ftp_site</refname>
@@ -20,7 +20,7 @@
      te handelen.
     </para>
     <para>
-     Geeft &true; terug als alles goed ging, anders &false;.
+     &return.success;
     </para>
    </refsect1>
   </refentry>
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.