diff options
| -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) { |
