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
ipworksopenpgp_openpgp_get($res, 1 ); ipworksopenpgp_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