From: Pierre Joye Date: Fri, 3 Nov 2006 16:23:12 +0000 (+0000) Subject: - fix protos X-Git-Tag: RELEASE_1_0_0RC1~1144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d57e6926244ea1653e70a41fa39b6f4d45f79e53;p=php - fix protos --- diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 27bcc8c0d2..6cdc128667 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -1877,7 +1877,7 @@ static void php_zip_get_from(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ } /* }}} */ -/* {{{ proto resource getFromName(string entryname[, int len [, int flags]]) U +/* {{{ proto string getFromName(string entryname[, int len [, int flags]]) U get the contents of an entry using its name */ ZIPARCHIVE_METHOD(getFromName) { @@ -1885,7 +1885,7 @@ ZIPARCHIVE_METHOD(getFromName) } /* }}} */ -/* {{{ proto resource getFromIndex(string entryname[, int len [, int flags]]) U +/* {{{ proto string getFromIndex(string entryname[, int len [, int flags]]) U get the contents of an entry using its index */ ZIPARCHIVE_METHOD(getFromIndex) {