IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

CompressionMethod Property

The compression algorithm used.

Object Oriented Interface

public function getCompressionMethod();
public function setCompressionMethod($value);

Procedural Interface

ipworksencrypt_openpgp_get($res, 4 );
ipworksencrypt_openpgp_set($res, 4, $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
Note: The level of compression is controlled by the CompressionLevel setting.

Data Type

String

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