SecureBlackbox 2020 PHP Edition

Questions / Feedback?

OutputFile Property

Path to the destination (compressed) file.

Object Oriented Interface

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

Procedural Interface

secureblackbox_messagecompressor_get($res, 5 );
secureblackbox_messagecompressor_set($res, 5, $value );

Default Value

''

Remarks

Use this property to specify the file where the compressed PKCS#7 message is to be saved.

Data Type

String

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