|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7">zip_entry_open説明bool zip_entry_open ( resource zip, resource zip_entry [, string mode])Opens a directory entry in a zip file for reading. The parameter zip is a valid resource handle returned by zip_open(). The parameter zip_entry is a directory entry resource returned by zip_read(). The optional parameter mode can be any of the modes specified in the documentaion for fopen().
Returns true on succes or false on failure.
See also zip_entry_read() and zip_entry_close(). |