SecureBlackbox 2020 PHP Edition

Questions / Feedback?

FileData Property

The contents of the last extracted file.

Object Oriented Interface

public function getFileData();
public function setFileData($value);

Procedural Interface

secureblackbox_archivereader_get($res, 6 );
secureblackbox_archivereader_set($res, 6, $value );

Remarks

Use this property to get the contents of the last extracted file with DataSource set to stBuffer (2).

This property is not available at design time.

Data Type

Byte Array

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