HTTP_Compress::output()

HTTP_Compress::output() -- prints the buffer

Synopsis

require_once 'HTTP/Compress.php';

void HTTP_Compress::output ([boolean $compress = TRUE [, boolean $use_etag = TRUE [, boolean $send_body = TRUE]]])

Description

Output the contents of the output buffer, compressed if desired, along with any relevant headers.

Parameter

Note

This function can not be called statically