SecureBlackbox 2020 PHP Edition

Questions / Feedback?

CompressionLevel Property

Compression level to apply (1-9).

Object Oriented Interface

public function getCompressionLevel();
public function setCompressionLevel($value);

Procedural Interface

secureblackbox_messagecompressor_get($res, 1 );
secureblackbox_messagecompressor_set($res, 1, $value );

Default Value

6

Remarks

Use this property to specify the compression level to use, from 1 (the lightest, but quickest) to 9 (the best, but the slowest).

Data Type

Integer

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