compress_disable [line 82]
Disable output buffering with compression.
API Tags:
compress_enable [line 71]
Enable output buffering with compression.
API Tags:
compress_handler [line 58]
string compress_handler(
string $p_buffer, int $p_mode
)
|
|
Output Buffering handler that either compresses the buffer or just.
returns it, depending on the return value of compress_is_enabled()
Parameters:
|
string |
$p_buffer: |
|
|
int |
$p_mode: |
|
API Tags:
compress_is_enabled [line 39]
bool compress_is_enabled(
)
|
|
Check if compression should be enabled.
API Tags: