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() |
zip_read
There are no user contributed notes for this page.