FileComment Property

Specifies a comment for the entry in the zip file.

Object Oriented Interface

public function getFileComment($fileindex);
public function setFileComment($fileindex, $value);

Procedural Interface

ipworkszip_zip_get($res, 9 , $fileindex);
ipworkszip_zip_set($res, 9, $value , $fileindex);

Default Value

''

Remarks

Specifies a comment for the entry in the zip file. Before compression, set This property to include comments in this zip file. After an archive has been scanned, This property will contain any comments the zip file contains.

The $fileindex parameter specifies the index of the item in the array. The size of the array is controlled by the FileCount property.

This property is not available at design time.

Data Type

String

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