Query: zip_open
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ZIP_OPEN(3) 1 ZIP_OPEN(3) zip_open - Open a ZIP file archiveSYNOPSISresource zip_open (string $filename)DESCRIPTIONOpens a new zip archive for reading.PARAMETERSo $filename - The file name of the ZIP archive to open.RETURN VALUESReturns a resource handle for later use with zip_read(3) and zip_close(3) or returns the number of error if $filename does not exist or in case of other error.SEE ALSOzip_read(3), zip_close(3). PHP Documentation Group ZIP_OPEN(3)
Related Man Pages |
---|
zip_close(3) - centos |
zip_open(3) - centos |
zip_fdopen(3) - debian |
zip_open(3) - debian |
zipgrep(1l) - centos |
Similar Topics in the Unix Linux Community |
---|
Samba Compiling questions |
Unix Command to rename a file in a zipped folder |
problem with packages that have .tar.gz in the extention |
Python script for extracting data using two files |