cvs: phpdoc-nl /reference/ftp/functions ftp-chdir.xml ftp-exec.xml ftp-fget.xml ftp-fput.xml ftp-nb-fget.xml ftp-nb-fput.xml

[email protected] ("Patric Stout")
Newsgroups php.doc.nl
Message-ID <cvstruelight1046532883@cvsserver>
truelight		Sat Mar  1 10:34:43 2003 EDT

  Modified files:              
    /phpdoc-nl/reference/ftp/functions	ftp-nb-fput.xml ftp-nb-fget.xml 
                                      	ftp-fput.xml ftp-fget.xml 
                                      	ftp-exec.xml ftp-chdir.xml 
  Log:
  Sync with EN
truelight-20030301103443.txt (text/plain, 8.5 KB)
Index: phpdoc-nl/reference/ftp/functions/ftp-nb-fput.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-nb-fput.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-nb-fput.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-nb-fput.xml:1.1	Wed Jan  8 16:03:12 2003
+++ phpdoc-nl/reference/ftp/functions/ftp-nb-fput.xml	Sat Mar  1 10:34:42 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-nb-fput">
    <refnamediv>
     <refname>ftp_nb_fput</refname>
@@ -11,13 +11,13 @@
       <type>bool</type><methodname>ftp_nb_fput</methodname>
       <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
       <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
-      <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
       <methodparam><type>int</type><parameter>mode</parameter></methodparam>
       <methodparam choice="opt"><type>int</type><parameter>startpos</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ftp_nb_fput</function> upload de data van de bestands pointer
-     <parameter>fp</parameter> tot het einde van het bestand. De data wordt
+     <parameter>handle</parameter> tot het einde van het bestand. De data wordt
      opgeslagen in <parameter>remote_file</parameter> op de FTP server.
      De overdracht <parameter>mode</parameter> moet of
      <constant>FTP_ASCII</constant> of <constant>FTP_BINARY</constant>.
Index: phpdoc-nl/reference/ftp/functions/ftp-nb-fget.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-nb-fget.xml:1.1 phpdoc-nl/reference/ftp/functions/ftp-nb-fget.xml:1.2
--- phpdoc-nl/reference/ftp/functions/ftp-nb-fget.xml:1.1	Wed Jan  8 16:03:12 2003
+++ phpdoc-nl/reference/ftp/functions/ftp-nb-fget.xml	Sat Mar  1 10:34:43 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-nb-fget">
    <refnamediv>
     <refname>ftp_nb_fget</refname>
@@ -10,7 +10,7 @@
      <methodsynopsis>
       <type>bool</type><methodname>ftp_nb_fget</methodname>
       <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
-      <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
       <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
       <methodparam><type>int</type><parameter>mode</parameter></methodparam>
       <methodparam choice="opt"><type>int</type><parameter>resumepos</parameter></methodparam>
@@ -18,7 +18,7 @@
     <para>
      <function>ftp_nb_fget</function> ontvangt <parameter>remote_file</parameter>
      van de FTP server, en schrijft het naar de opgegeven bestands pointer
-     <parameter>fp</parameter>. De overdracht <parameter>mode</parameter>
+     <parameter>handle</parameter>. De overdracht <parameter>mode</parameter>
      moet of <constant>FTP_ASCII</constant> of <constant>FTP_BINARY</constant> zijn.
      Het verschil met <function>ftp_fget</function> is, dat deze functie
      het bestand asynchroon ontvangt, zodat je andere dingen kan doen in je
Index: phpdoc-nl/reference/ftp/functions/ftp-fput.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-fput.xml:1.2 phpdoc-nl/reference/ftp/functions/ftp-fput.xml:1.3
--- phpdoc-nl/reference/ftp/functions/ftp-fput.xml:1.2	Wed Jan  8 15:35:50 2003
+++ phpdoc-nl/reference/ftp/functions/ftp-fput.xml	Sat Mar  1 10:34:43 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-fput">
    <refnamediv>
     <refname>ftp_fput</refname>
@@ -11,13 +11,13 @@
       <type>bool</type><methodname>ftp_fput</methodname>
       <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
       <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
-      <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
       <methodparam><type>int</type><parameter>mode</parameter></methodparam>
       <methodparam choice="opt"><type>int</type><parameter>startpos</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ftp_fput</function> upload de data van de bestands pointer
-     <parameter>fp</parameter> tot het einde van het bestand. De data wordt
+     <parameter>handle</parameter> tot het einde van het bestand. De data wordt
      opgeslage in <parameter>remote_file</parameter> op de FTP server.
      De overdracht <parameter>mode</parameter>
      moet of <constant>FTP_ASCII</constant> of
Index: phpdoc-nl/reference/ftp/functions/ftp-fget.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-fget.xml:1.2 phpdoc-nl/reference/ftp/functions/ftp-fget.xml:1.3
--- phpdoc-nl/reference/ftp/functions/ftp-fget.xml:1.2	Wed Jan  8 15:35:50 2003
+++ phpdoc-nl/reference/ftp/functions/ftp-fget.xml	Sat Mar  1 10:34:43 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-fget">
    <refnamediv>
     <refname>ftp_fget</refname>
@@ -10,7 +10,7 @@
      <methodsynopsis>
       <type>bool</type><methodname>ftp_fget</methodname>
       <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
-      <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
       <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
       <methodparam><type>int</type><parameter>mode</parameter></methodparam>
       <methodparam choice="opt"><type>int</type><parameter>resumepos</parameter></methodparam>
@@ -18,7 +18,7 @@
     <para>
      <function>ftp_fget</function> ontvangt <parameter>remote_file</parameter>
      van de FTP server, en schrijft hem naar de bestands pointer aangegeven met
-     <parameter>fp</parameter>. De overdracht <parameter>mode</parameter>
+     <parameter>handle</parameter>. De overdracht <parameter>mode</parameter>
      moet of <constant>FTP_ASCII</constant> of
      <constant>FTP_BINARY</constant> zijn.
     </para>
Index: phpdoc-nl/reference/ftp/functions/ftp-exec.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-exec.xml:1.2 phpdoc-nl/reference/ftp/functions/ftp-exec.xml:1.3
--- phpdoc-nl/reference/ftp/functions/ftp-exec.xml:1.2	Wed Jan  8 15:35:50 2003
+++ phpdoc-nl/reference/ftp/functions/ftp-exec.xml	Sat Mar  1 10:34:43 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: truelight Status: ready -->
   <refentry id='function.ftp-exec'>
    <refnamediv>
     <refname>ftp_exec</refname>
@@ -14,8 +14,12 @@
      </methodsynopsis>
     <para>
      Stuurt een SITE EXEC <parameter>command</parameter> aanvraag naar de FTP
-     server. Geeft de output van het programma terug als het goed ging, anders
-     &false;.
+     server. Geeft &true; terug als het commando gelukt is (de server stuurt het antwoord:
+     <literal>200</literal>); anders geeft hij &false; terug.
+    </para>
+    <para>
+     Zie ook:
+     <function>ftp_raw</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-nl/reference/ftp/functions/ftp-chdir.xml
diff -u phpdoc-nl/reference/ftp/functions/ftp-chdir.xml:1.2 phpdoc-nl/reference/ftp/functions/ftp-chdir.xml:1.3
--- phpdoc-nl/reference/ftp/functions/ftp-chdir.xml:1.2	Wed Jan  8 15:35:50 2003
+++ phpdoc-nl/reference/ftp/functions/ftp-chdir.xml	Sat Mar  1 10:34:43 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-chdir">
    <refnamediv>
     <refname>ftp_chdir</refname>
@@ -16,7 +16,8 @@
      Verandert de folder naar <parameter>directory</parameter>.
     </para>
     <para>
-     Geeft &true; terug als alles goed ging of anders &false;.</para>
+     &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.