From c464ccf20fdc6364fefbf6732e5244bdc7200ebd Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 29 Jun 2003 13:37:24 +0000 Subject: [PATCH] ws fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133598 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/functions/ftp-nb-fput.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/ftp/functions/ftp-nb-fput.xml b/reference/ftp/functions/ftp-nb-fput.xml index 77806e2a62..17feaf6405 100644 --- a/reference/ftp/functions/ftp-nb-fput.xml +++ b/reference/ftp/functions/ftp-nb-fput.xml @@ -1,5 +1,5 @@ - + ftp_nb_fput @@ -17,13 +17,13 @@ ftp_nb_fput uploads the data from the file pointer - handle until it reaches the end of the file. The results are stored - in remote_file on the FTP server. The transfer - mode specified must be either - FTP_ASCII or FTP_BINARY. - The difference between this function and the ftp_fput is that this - function uploads the file asynchronously, so your program can perform other operations while the - file is being uploaded. + handle until it reaches the end of the file. The + results are stored in remote_file on the FTP server. + The transfer mode specified must be either + FTP_ASCII or FTP_BINARY. The + difference between this function and the ftp_fput is + that this function uploads the file asynchronously, so your program can + perform other operations while the file is being uploaded. &return.success;