SecureBlackbox 2020 PHP Edition

Questions / Feedback?

CompressionLevel Property

The default compression level to use.

Object Oriented Interface

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

Procedural Interface

secureblackbox_httpserver_get($res, 8 );
secureblackbox_httpserver_set($res, 8, $value );

Default Value

6

Remarks

Assign this property with the compression level (1 to 9) to apply for gzipped responses. 1 stands for the lightest but fastest compression, and 9 for 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]