- Corrected proto for ftp_connect() (new optional parameter for initial

custom timeout).
This commit is contained in:
Markus Fischer 2002-01-02 15:01:15 +00:00
parent 9bde60d148
commit f7bd38413e

View File

@ -116,7 +116,7 @@ PHP_MINFO_FUNCTION(ftp)
#define FILEP(fp, pval) ZEND_FETCH_RESOURCE(fp, FILE *, &pval, -1, "File-Handle", php_file_le_fopen());
/* {{{ proto resource ftp_connect(string host [, int port])
/* {{{ proto resource ftp_connect(string host [, int port [, int timeout)]])
Opens a FTP stream */
PHP_FUNCTION(ftp_connect)
{