HTTP_Compress::start()

HTTP_Compress::start() -- start buffering

Synopsis

require_once 'HTTP/Compress.php';

void HTTP_Compress::start ()

Description

Start the output buffer and make sure that implicit flush is off so that data is always buffered.

Note

This function can not be called statically