From b6086a88904f9abd2ab691ccd75aeae8490de6c5 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Sat, 2 Sep 2000 04:36:29 +0000 Subject: [PATCH] Another example, some return type corrections. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31734 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ftp.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/functions/ftp.xml b/functions/ftp.xml index 651fe7c7b1..5557b9926f 100644 --- a/functions/ftp.xml +++ b/functions/ftp.xml @@ -104,7 +104,7 @@ ftp_quit($conn_id); Description - int ftp_pwd + string ftp_pwd int ftp_stream @@ -251,7 +251,7 @@ ftp_quit($conn_id); Description - int ftp_systype + string ftp_systype int ftp_stream @@ -363,7 +363,12 @@ ftp_quit($conn_id); on the FTP server, as remote_file. The transfer mode specified must be either FTP_ASCII or FTP_BINARY. - + + +$upload = ftp_put($conn_id, "$destination_file", "$source_file", FTP_ASCII); + + +