mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
- fix protos
This commit is contained in:
parent
c8827bbe9b
commit
d57e692624
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue