zip_openOpen a ZIP file archive Warning
This function has been DEPRECATED as of PHP 8.0.0. Relying on this function is highly discouraged. Description
resourceintfalse zip_open(string
$filename )Opens a new zip archive for reading. Parameters
Return Values
Returns a resource handle for later use with
zip_read and zip_close
or returns either Changelog
See Also
|