zip_entry_open

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

説明

Opens a directory entry in a zip file for reading.

戻り値

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.