mirror of
https://github.com/mrclay/minify.git
synced 2025-08-30 17:19:54 +02:00
@@ -24,8 +24,8 @@ if (isset($_GET['hello'])) {
|
||||
|
||||
HTTP_Encoder::$encodeToIe6 = true; // just in case
|
||||
$he = new HTTP_Encoder(array(
|
||||
'content' => 'World!'
|
||||
,'method' => 'deflate'
|
||||
'content' => str_repeat('0123456789', 500),
|
||||
'method' => 'deflate',
|
||||
));
|
||||
$he->encode();
|
||||
$he->sendAll();
|
||||
|
Reference in New Issue
Block a user