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:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user