From: Markus Fischer Date: Wed, 2 Jan 2002 00:42:11 +0000 (+0000) Subject: - Corrected proto for ftp_fget(). X-Git-Tag: PRE_ISSET_PATCH~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c197409ae18bef33f8dd77af2e905637315d4a1;p=php - Corrected proto for ftp_fget(). --- diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 4fd62b3e17..b04c27ce77 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -388,7 +388,7 @@ PHP_FUNCTION(ftp_systype) } /* }}} */ -/* {{{ proto bool ftp_fget(resource stream, int fp, string remote_file, int mode) +/* {{{ proto bool ftp_fget(resource stream, resource fp, string remote_file, int mode) Retrieves a file from the FTP server and writes it to an open file */ PHP_FUNCTION(ftp_fget) {