dams            Mon Jan 27 22:37:20 2003 EDT

  Modified files:              
    /phpdoc/en/reference/ftp/functions  ftp-fget.xml ftp-fput.xml 
                                        ftp-nb-fget.xml ftp-nb-fput.xml 
  Log:
  fp -> handle revert
  
Index: phpdoc/en/reference/ftp/functions/ftp-fget.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.5 
phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.6
--- phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.5  Tue Nov 12 06:57:54 2002
+++ phpdoc/en/reference/ftp/functions/ftp-fget.xml      Mon Jan 27 22:37:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
   <refentry id="function.ftp-fget">
    <refnamediv>
@@ -11,7 +11,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>
@@ -19,7 +19,7 @@
     <para>
      <function>ftp_fget</function> retrieves <parameter>remote_file</parameter>
      from the FTP server, and writes it to the given file pointer,
-     <parameter>fp</parameter>.  The transfer <parameter>mode</parameter>
+     <parameter>handle</parameter>.  The transfer <parameter>mode</parameter>
      specified must be either <constant>FTP_ASCII</constant> or 
      <constant>FTP_BINARY</constant>.
     </para>
Index: phpdoc/en/reference/ftp/functions/ftp-fput.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-fput.xml:1.5 
phpdoc/en/reference/ftp/functions/ftp-fput.xml:1.6
--- phpdoc/en/reference/ftp/functions/ftp-fput.xml:1.5  Tue Nov 12 06:57:54 2002
+++ phpdoc/en/reference/ftp/functions/ftp-fput.xml      Mon Jan 27 22:37:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
   <refentry id="function.ftp-fput">
    <refnamediv>
@@ -12,13 +12,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> uploads the data from the file pointer
-     <parameter>fp</parameter> until the end of the file is reached.  The results are 
stored
+     <parameter>handle</parameter> until the end of the file is reached.  The results 
+are stored
      in <parameter>remote_file</parameter> on the FTP server.  The transfer
      <parameter>mode</parameter> specified must be either
      <constant>FTP_ASCII</constant> or <constant>FTP_BINARY</constant>.
Index: phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.3 
phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.3       Tue Nov 12 06:57:54 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml   Mon Jan 27 22:37:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <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> retrieves <parameter>remote_file</parameter>
      from the FTP server, and writes it to the given file pointer,
-     <parameter>fp</parameter>. The transfer <parameter>mode</parameter>
+     <parameter>handle</parameter>. The transfer <parameter>mode</parameter>
      specified must be either <constant>FTP_ASCII</constant> or 
      <constant>FTP_BINARY</constant>. The difference between this function and the
      <function>ftp_fget</function> is that this function retrieves the file
Index: phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.3 
phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.3       Tue Nov 12 06:57:54 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml   Mon Jan 27 22:37:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <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> uploads the data from the file pointer
-     <parameter>fp</parameter> until it reaches the end of the file. The results are 
stored
+     <parameter>handle</parameter> until it reaches the end of the file. The results 
+are stored
      in <parameter>remote_file</parameter> on the FTP server. The transfer
      <parameter>mode</parameter> specified must be either
      <constant>FTP_ASCII</constant> or <constant>FTP_BINARY</constant>.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to