Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: zip_read - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ZipArchive::addEmptyDir" width="11" height="7"/> <zip_open
Last updated: Thu, 31 May 2007

view this page in

zip_read

(PHP 4 >= 4.0.7, PHP 5 >= 5.2.0, PECL zip:1.0-1.9.0)

zip_read — Zip ファイルアーカイブの中の次のエントリを読み込む

説明

mixed zip_read ( resource $zip [, int $flags] )

Zip ファイルアーカイブの中の次のエントリを読み込みます。

パラメータ

zip

zip_open() でオープン済みの ZIP ファイル。

flags

ZIP 定数のビットマスク。

返り値

後でzip_entry_...関数で使用される ディレクトリエントリリソース、または、 読み込むエントリがもうない場合に FALSE、 その他のエラーが発生した場合はエラー番号を返します。

参考

zip_open()
zip_close()
zip_entry_open()
zip_entry_read()



add a note add a note User Contributed Notes
zip_read
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites