goba            Mon Oct 14 12:36:26 2002 EDT

  Modified files:              
    /phpdoc/en/reference/ftp/functions  ftp-nb-continue.xml 
                                        ftp-nb-fget.xml ftp-nb-fput.xml 
                                        ftp-nb-get.xml ftp-nb-put.xml 
  Log:
  So nb is non-blocking ;) Doh.
  
  
Index: phpdoc/en/reference/ftp/functions/ftp-nb-continue.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-continue.xml:1.1 
phpdoc/en/reference/ftp/functions/ftp-nb-continue.xml:1.2
--- phpdoc/en/reference/ftp/functions/ftp-nb-continue.xml:1.1   Mon Oct 14 12:18:31 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-continue.xml       Mon Oct 14 12:36:26 
+2002
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.ftp-nb-continue">
    <refnamediv>
     <refname>ftp_nb_continue</refname>
-    <refpurpose>Continues retrieving/sending a file nbronly</refpurpose>
+    <refpurpose>Continues retrieving/sending a file (non-blocking)</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
Index: phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.1 
phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.2
--- phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.1       Mon Oct 14 12:18:32 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml   Mon Oct 14 12:36:26 2002
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.ftp-nb-fget">
    <refnamediv>
     <refname>ftp_nb_fget</refname>
-    <refpurpose>Retrieves a file from the FTP server nbronly and writes it to an open 
file</refpurpose>
+    <refpurpose>Retrieves a file from the FTP server and writes it to an open file 
+(non-blocking)</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
Index: phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.1 
phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.2
--- phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.1       Mon Oct 14 12:18:32 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml   Mon Oct 14 12:36:26 2002
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.ftp-nb-fput">
    <refnamediv>
     <refname>ftp_nb_fput</refname>
-    <refpurpose>Stores a file from an open file to the FTP server nbronly</refpurpose>
+    <refpurpose>Stores a file from an open file to the FTP server 
+(non-blocking)</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
Index: phpdoc/en/reference/ftp/functions/ftp-nb-get.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.1 
phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.2
--- phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.1        Mon Oct 14 12:18:32 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-get.xml    Mon Oct 14 12:36:26 2002
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.ftp-nb-get">
    <refnamediv>
     <refname>ftp_nb_get</refname>
-    <refpurpose>Retrieves a file from the FTP server nbronly and writes it to a local 
file</refpurpose>
+    <refpurpose>Retrieves a file from the FTP server and writes it to a local file 
+(non-blocking)</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
Index: phpdoc/en/reference/ftp/functions/ftp-nb-put.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.1 
phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.2
--- phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.1        Mon Oct 14 12:18:32 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-put.xml    Mon Oct 14 12:36:26 2002
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.ftp-nb-put">
    <refnamediv>
     <refname>ftp_nb_put</refname>
-    <refpurpose>Stores a file on the FTP server nbronly</refpurpose>
+    <refpurpose>Stores a file on the FTP server (non-blocking)</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>



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

Reply via email to