Zlib
PHP Manual

Vordefinierte Konstanten

Folgende Konstanten werden von dieser Erweiterung definiert und stehen nur zur Verfügung, wenn die Erweiterung entweder statisch in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde.

FORCE_GZIP (integer)
FORCE_DEFLATE (integer)
ZLIB_ENCODING_RAW (integer)
DEFLATE-Algorithmus gemäß RFC 1951. Verfügbar ab PHP 7.0.0.
ZLIB_ENCODING_DEFLATE (integer)
ZLIB-Komprimierungsalgorithmus gemäß RFC 1950. Verfügbar ab PHP 7.0.0.
ZLIB_ENCODING_GZIP (integer)
GZIP-Algorithmus gemäß RFC 1952. Verfügbar ab PHP 7.0.0.
ZLIB_FILTERED (integer)
Verfügbar ab PHP 7.0.0.
ZLIB_HUFFMAN_ONLY (integer)
Verfügbar ab PHP 7.0.0.
ZLIB_FIXED (integer)
Verfügbar ab PHP 7.0.0.
ZLIB_RLE (integer)
Verfügbar ab PHP 7.0.0.
ZLIB_DEFAULT_STRATEGY (integer)
Verfügbar ab PHP 7.0.0.
ZLIB_BLOCK (integer)
Verfügbar ab PHP 7.0.0.
ZLIB_NO_FLUSH (integer)
Verfügbar ab PHP 7.0.0.
ZLIB_PARTIAL_FLUSH (integer)
Verfügbar ab PHP 7.0.0.
ZLIB_SYNC_FLUSH (integer)
Verfügbar ab PHP 7.0.0.
ZLIB_FULL_FLUSH (integer)
Verfügbar ab PHP 7.0.0.
ZLIB_FINISH (integer)
Verfügbar ab PHP 7.0.0.

Zlib
PHP Manual