手册上的解释:
在此函数之前得zip_open();
而且你要读的文件得是一个zip文件。
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. 这里有个例子:
http://phpup.com/phparticle/show-article-223/