CompressionMethod Property
The compression algorithm used.
Object Oriented Interface
public function getCompressionMethod(); public function setCompressionMethod($value);
Procedural Interface
ipworksopenpgp_openpgp_get($res, 3 ); ipworksopenpgp_openpgp_set($res, 3, $value );
Default Value
'zip'
Remarks
This property specifies which compression method is used when generating output. Possible values are:
- zip (default)
- zlib
- bzip2
- none or uncompressed
Data Type
String