IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

ASCIIArmor Property

Specifies whether to use ASCII armor to encode the output message.

Object Oriented Interface

public function getASCIIArmor();
public function setASCIIArmor($value);

Procedural Interface

ipworksencrypt_openpgp_get($res, 1 );
ipworksencrypt_openpgp_set($res, 1, $value );

Default Value

false

Remarks

This property controls whether or not ASCII armoring is used on the output message. The default value is False.

Data Type

Boolean

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