From b042927397fd6bf3dd403e93b82f2379e77536d8 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Thu, 3 Jan 2002 08:07:41 +0000 Subject: [PATCH] - ftp_close(): Added note about CVS, info about resource releasing. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66776 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ftp.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/functions/ftp.xml b/functions/ftp.xml index 17e546f2d7..69899ffdc4 100644 --- a/functions/ftp.xml +++ b/functions/ftp.xml @@ -1,5 +1,5 @@ - + FTP functions FTP @@ -608,8 +608,15 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); resource ftp_stream + + + This function is only available in CVS. + + - ftp_close closes ftp_stream. + ftp_close closes ftp_stream + and releases the resource. You can't reuse this resource but have to + create a new one with ftp_connect.