FileInputData Property

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

Object Oriented Interface

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

Procedural Interface

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

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.

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

Binary String

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