From 661724ec0d0e73fae18b2f55c029fb5efd58b144 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 16 Jan 2005 02:50:07 +0000 Subject: [PATCH] ftp_ssl_connect() also return a resource git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177327 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/reference.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/ftp/reference.xml b/reference/ftp/reference.xml index e356d09c0d..a9441e96f9 100644 --- a/reference/ftp/reference.xml +++ b/reference/ftp/reference.xml @@ -1,5 +1,5 @@ - + FTP Functions FTP @@ -36,7 +36,8 @@ &reftitle.resources; This extension uses one resource type, which is the link identifier - of the FTP connection, returned by ftp_connect. + of the FTP connection, returned by ftp_connect + or ftp_ssl_connect.