zip_open

 mixed zip_open ( string $filename ) 

説明

Opens a new zip archive for reading.

戻り値

Returns a resource handle for later use with zip_read() and zip_close() or returns the number of error if filename does not exist or in case of other error.