]> granicus.if.org Git - php/commitdiff
- Corrected proto for ftp_fget().
authorMarkus Fischer <mfischer@php.net>
Wed, 2 Jan 2002 00:42:11 +0000 (00:42 +0000)
committerMarkus Fischer <mfischer@php.net>
Wed, 2 Jan 2002 00:42:11 +0000 (00:42 +0000)
ext/ftp/php_ftp.c

index 4fd62b3e1773ae5f5bd61c19a71dfa4521ad2bb3..b04c27ce77185793eb992f8b2e5d04ef09a63447 100644 (file)
@@ -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)
 {