mixed zip_open ( string $filename )
Opens a new zip archive for reading.
Returns a resource handle for later use with zip_read() and zip_close() or returns the number of error if filename does not exist or in case of other error.