diff options
| author | Zeev Suraski <zeev@php.net> | 2003-08-07 16:02:28 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2003-08-07 16:02:28 +0000 |
| commit | 2e869c7cb33bbf6f3f3f25e474cd3c26d09f1b89 (patch) | |
| tree | 14376fddf2243665a832d3bef07ff1d10bc84c38 /ext/ftp/php_ftp.c | |
| parent | 522bcba0a860d2093bd2af08c9a561eec8e5b064 (diff) | |
| download | php-git-2e869c7cb33bbf6f3f3f25e474cd3c26d09f1b89.tar.gz | |
Fix prototype
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 94a0c8bc5f..21dae4487c 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -145,7 +145,7 @@ PHP_MINFO_FUNCTION(ftp) } -/* {{{ proto resource ftp_connect(string host [, int port [, int timeout)]]) +/* {{{ proto resource ftp_connect(string host [, int port [, int timeout]]) Opens a FTP stream */ PHP_FUNCTION(ftp_connect) { |
