SecureBlackbox 2020 PHP Edition

Questions / Feedback?

OutputFile Property

Defines where to save the decrypted XML document.

Object Oriented Interface

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

Procedural Interface

secureblackbox_xmldecryptor_get($res, 33 );
secureblackbox_xmldecryptor_set($res, 33, $value );

Default Value

''

Remarks

A path where the decrypted XML document should be saved.

Data Type

String

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