Easy Tutorial
❮ Func Array End Php Ajax Xml ❯

PHP zip_read() Function



Definition and Usage

The zip_read() function reads the next file in the opened zip archive.

If successful, the function returns a resource containing a file from the zip archive. If there are no more items to read, it returns FALSE.

Syntax

Parameter Description
zip Required. Specifies the zip resource to read (a zip file opened by zip_open()).

Tips and Notes

Tip: The resource returned by zip_read() can be used with functions from the zip_entry... class.


Example


❮ Func Array End Php Ajax Xml ❯