zip 相关的搜索结果 共有9个

Zip

Ø  zip() Perform file compression operations Ø  zip_add() Add one or more files to a zip file Ø  zip_close() Close a zipzip

zip()

Description: Perform file compression operations. Syntax: zip(zipfile:encoding,passowrd; path, files) Note: The externalzip,compression,decompression

zip_add()

Description: Add one or more files to a zip file. Syntax: zip_add(zip,files) Note: The external library function (See Exzip,add a file

zip_close()

Description: Close a zip file. Syntax: zip_close(zip) Note: The external library function (See External Library Guide) czip,close

zip_compress()

Description: Set compression mode and level for a would-be zip file. Syntax: zip_compress(zip,mode,level) Note: This extzip,compression mode & level

zip_del()

Description: Delete one or more files from a zip file. Syntax: zip_del(zip, files) Note: The external library function (zip,delete

zip_encrypt()

Description: Set encryption mode for a zip file. Syntax: zip_encrypt(zip, mode) Note: The external library function (Seezip,encryption mode

zip_extract()

Description: Extract one or more files from a zip file. Syntax: zip_extract(zip, files, path) Note: The external libraryzip,file extraction

zip_open()

Descripition: Open a zip file. Syntax: zip_open(zipfile:encoding,passowrd) Note: The external library function (See Extezip,open