FileInputData Property

The data of the file to be compressed.

Object Oriented Interface

public function getFileInputData();
public function setFileInputData($value);

Procedural Interface

ipworkszip_zcompress_get($res, 3 );
ipworkszip_zcompress_set($res, 3, $value );

Default Value

''

Remarks

When this property is set, the class will read in the data from this property instead of reading from the file contained in the FileDecompressedName property.

This property is not available at design time.

Data Type

Binary String

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