zip_entry_open

Example

 bool zip_entry_open ( resource $zip , resource $zip_entry [, string $mode ] ) 

Description

Opens a directory entry in a zip file for reading.

Return Values

Returns TRUE on success or FALSE on failure. Note: Unlike fopen() and other similar functions, the return value of zip_entry_open() only indicates the result of the operation and is not needed for reading or closing the directory entry.