]> granicus.if.org Git - php/commitdiff
- Fixed ftp_fget() and ftp_mkdir() protos.
authorMarkus Fischer <mfischer@php.net>
Wed, 2 Jan 2002 01:05:10 +0000 (01:05 +0000)
committerMarkus Fischer <mfischer@php.net>
Wed, 2 Jan 2002 01:05:10 +0000 (01:05 +0000)
ext/ftp/php_ftp.c

index b04c27ce77185793eb992f8b2e5d04ef09a63447..c69c290142eff967ccbc19d36967a2599fe1c33d 100644 (file)
@@ -260,7 +260,7 @@ PHP_FUNCTION(ftp_exec)
 }
 /* }}} */
 
-/* {{{ proto mixed ftp_mkdir(resource stream, string directory)
+/* {{{ proto string ftp_mkdir(resource stream, string directory)
    Creates a directory. Returns the absolute path for the new directory or false on error. */
 PHP_FUNCTION(ftp_mkdir)
 {
@@ -504,7 +504,7 @@ PHP_FUNCTION(ftp_get)
 }
 /* }}} */
 
-/* {{{ proto bool ftp_fput(resource stream, string remote_file, resource local_file, int mode)
+/* {{{ proto bool ftp_fput(resource stream, string remote_file, resource fp, int mode)
    Stores a file from an open file to the FTP server */
 PHP_FUNCTION(ftp_fput)
 {