SecureBlackbox 2020 PHP Edition

Questions / Feedback?

OutputFile Property

Path to a file to write the decompressed data to.

Object Oriented Interface

public function getOutputFile();
public function setOutputFile($value);

Procedural Interface

secureblackbox_messagedecompressor_get($res, 4 );
secureblackbox_messagedecompressor_set($res, 4, $value );

Default Value

''

Remarks

Use this property to specify a path to the file to save the decompressed data to.

Data Type

String

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