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

zip_read

(PHP 4 >= 4.1.0, PECL)

zip_read -- Read next entry in a ZIP file archive

说明

resource zip_read ( resource zip )

Reads the next entry in a zip file archive.

参数

zip

A ZIP file previously opened with zip_open().

返回值

Returns a directory entry resource for later use with the zip_entry_... functions or FALSE if there's no more entries to read.




<zip_openZlib>
 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