PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<zip_entry_readzip_read>
Last updated: Mon, 16 Jul 2012

zip_open

(PHP 4 >= 4.1.0, PECL)

zip_open -- Open a ZIP file archive

说明

resource zip_open ( string filename )

Opens a new zip archive for reading.

参数

filename

The file name 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.




<zip_entry_readzip_read>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST