1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00

- Corrected proto for ftp_fget().

This commit is contained in:
Markus Fischer
2002-01-02 00:42:11 +00:00
parent 8559f372fd
commit 7c197409ae
+1 -1
View 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)
{