Skip to content

Commit 200be1a

Browse files
spudspud
andauthored
Updated function signatures of zip_read (#461)
Co-authored-by: spud <[email protected]>
1 parent 3b95025 commit 200be1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13723,7 +13723,7 @@
1372313723
'zip_entry_open' => ['bool', 'zip_dp'=>'resource', 'zip_entry'=>'resource', 'mode='=>'string'],
1372413724
'zip_entry_read' => ['string|false', 'zip_entry'=>'resource', 'len='=>'int'],
1372513725
'zip_open' => ['resource|false|int', 'filename'=>'string'],
13726-
'zip_read' => ['resource', 'zip'=>'resource'],
13726+
'zip_read' => ['resource|false|int', 'zip'=>'resource'],
1372713727
'ZipArchive::addEmptyDir' => ['bool', 'dirname'=>'string'],
1372813728
'ZipArchive::addFile' => ['bool', 'filepath'=>'string', 'entryname='=>'string', 'start='=>'int', 'length='=>'int'],
1372913729
'ZipArchive::addFromString' => ['bool', 'entryname'=>'string', 'content'=>'string'],

0 commit comments

Comments
 (0)