ZipComment Property

The comment for the entire zip file.

Object Oriented Interface

public function getZipComment();
public function setZipComment($value);

Procedural Interface

ipworkszip_zip_get($res, 26 );
ipworkszip_zip_set($res, 26, $value );

Default Value

''

Remarks

Specifies a global comment for the zip file. Set this property before invoking Compress to include a comment in the zip file. Read it after invoking Scan to read the zip comment.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 PHP Edition - Version 20.0 [Build 8300]