From 81b67b072b1fad46ee71acf0374fa073b922feff Mon Sep 17 00:00:00 2001 From: jim winstead Date: Fri, 7 Dec 2001 02:03:33 +0000 Subject: [PATCH] ftp_get: see also ftp_fget git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64136 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ftp.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions/ftp.xml b/functions/ftp.xml index d98567c9d6..cc1ceb3ddd 100644 --- a/functions/ftp.xml +++ b/functions/ftp.xml @@ -1,5 +1,5 @@ - + FTP functions FTP @@ -341,6 +341,9 @@ ftp_quit($conn_id); Returns &true; on success, &false; on error. + + See also ftp_fget. +