Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.7">

zip_open

(PHP 4 >= 4.1.0)

zip_open -- Zipファイルアーカイブをオープンする

説明

resource zip_open ( string filename)

Opens a new zip archive for reading. The filename parameter is the filename of the zip archive to open.

Returns a resource handle for later use with zip_read() and zip_close() or returns false if filename does not exist.

See also zip_read() and zip_close().