diff options
author | Markus Fischer <mfischer@php.net> | 2002-01-02 00:42:11 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-01-02 00:42:11 +0000 |
commit | 7c197409ae18bef33f8dd77af2e905637315d4a1 (patch) | |
tree | acfabf9687250abdd8418e831245f9b6f61bf0fb /ext/ftp/php_ftp.c | |
parent | 8559f372fd49a7714f02865561d80160dcd98691 (diff) | |
download | php-git-7c197409ae18bef33f8dd77af2e905637315d4a1.tar.gz |
- Corrected proto for ftp_fget().
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r-- | ext/ftp/php_ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |