From 051f74d0f65fce37dd45c12d31b4154316129a78 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 15 Sep 2003 00:41:59 +0000 Subject: [PATCH] Correct return values. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140317 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/functions/ftp-nb-continue.xml | 4 ++-- reference/ftp/functions/ftp-nb-fget.xml | 7 ++++--- reference/ftp/functions/ftp-nb-fput.xml | 7 ++++--- reference/ftp/functions/ftp-nb-get.xml | 7 ++++--- reference/ftp/functions/ftp-nb-put.xml | 7 ++++--- 5 files changed, 18 insertions(+), 14 deletions(-) diff --git a/reference/ftp/functions/ftp-nb-continue.xml b/reference/ftp/functions/ftp-nb-continue.xml index b63c79131a..936cced1ac 100644 --- a/reference/ftp/functions/ftp-nb-continue.xml +++ b/reference/ftp/functions/ftp-nb-continue.xml @@ -1,5 +1,5 @@ - + ftp_nb_continue @@ -8,7 +8,7 @@ Description - boolftp_nb_continue + intftp_nb_continue resourceftp_stream diff --git a/reference/ftp/functions/ftp-nb-fget.xml b/reference/ftp/functions/ftp-nb-fget.xml index 1e40634afa..cbde4e8008 100644 --- a/reference/ftp/functions/ftp-nb-fget.xml +++ b/reference/ftp/functions/ftp-nb-fget.xml @@ -1,5 +1,5 @@ - + ftp_nb_fget @@ -8,7 +8,7 @@ Description - boolftp_nb_fget + intftp_nb_fget resourceftp_stream resourcehandle stringremote_file @@ -26,7 +26,8 @@ file is being downloaded. - &return.success; + Returns FTP_FAILED, FTP_FINISHED, or + FTP_MOREDATA. See also ftp_nb_get, diff --git a/reference/ftp/functions/ftp-nb-fput.xml b/reference/ftp/functions/ftp-nb-fput.xml index 17feaf6405..ad45842e5c 100644 --- a/reference/ftp/functions/ftp-nb-fput.xml +++ b/reference/ftp/functions/ftp-nb-fput.xml @@ -1,5 +1,5 @@ - + ftp_nb_fput @@ -8,7 +8,7 @@ Description - boolftp_nb_fput + intftp_nb_fput resourceftp_stream stringremote_file resourcehandle @@ -26,7 +26,8 @@ perform other operations while the file is being uploaded. - &return.success; + Returns FTP_FAILED, FTP_FINISHED, or + FTP_MOREDATA. See also ftp_nb_put, diff --git a/reference/ftp/functions/ftp-nb-get.xml b/reference/ftp/functions/ftp-nb-get.xml index b761bec797..be9df086b9 100644 --- a/reference/ftp/functions/ftp-nb-get.xml +++ b/reference/ftp/functions/ftp-nb-get.xml @@ -1,5 +1,5 @@ - + ftp_nb_get @@ -8,7 +8,7 @@ Description - boolftp_nb_get + intftp_nb_get resourceftp_stream stringlocal_file stringremote_file @@ -26,7 +26,8 @@ file is being downloaded. - &return.success; + Returns FTP_FAILED, FTP_FINISHED, or + FTP_MOREDATA. diff --git a/reference/ftp/functions/ftp-nb-put.xml b/reference/ftp/functions/ftp-nb-put.xml index 201ee0ef0a..e22bb2e8a7 100644 --- a/reference/ftp/functions/ftp-nb-put.xml +++ b/reference/ftp/functions/ftp-nb-put.xml @@ -1,5 +1,5 @@ - + ftp_nb_put @@ -8,7 +8,7 @@ Description - boolftp_nb_put + intftp_nb_put resourceftp_stream stringremote_file stringlocal_file @@ -25,7 +25,8 @@ perform other operations while the file is being uploaded. - &return.success; + Returns FTP_FAILED, FTP_FINISHED, or + FTP_MOREDATA.