php man page for zip_open

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 archive

SYNOPSIS
resource zip_open (string $filename)
DESCRIPTION
Opens a new zip archive for reading.
PARAMETERS
o $filename - The file name of the ZIP archive to open.
RETURN VALUES
Returns 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 ALSO
zip_read(3), zip_close(3). PHP Documentation Group ZIP_OPEN(3)
Related Man Pages
zip_close(3) - centos
zipgrep(1l) - redhat
libzip(3) - centos
zip_close(3) - debian
zip_entry_open(3) - php
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