1.2.1634. ext/zlib¶
Extension ext/zlib.
<?php
$filename = tempnam('/tmp', 'zlibtest') . '.gz';
echo "<html>\n<head></head>\n<body>\n<pre>\n";
$s = "Only a test, test, test, test, test, test, test, test!\n";
// open file for writing with maximum compression
$zp = gzopen($filename, 'w9');
// write string to file
gzwrite($zp, $s);
// close file
gzclose($zp);
?>
See also Zlib.
1.2.1634.1. Specs¶
Short name |
Extensions/Extzlib |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |