fb_output_compression

Toggles the compression status of HipHop output, if headers have already been sent this may be ignored

function fb_output_compression(
  bool $new_value,
): bool;

Parameters

  • bool $new_value - The new value for the compression state.

Returns

  • bool - - The old value.