Function __global->supports_gzip

Definitions

sources/output_compression.php

  • Find whether Gzip is supported.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$live boolean True N/A N/A Check the current web client can support it
$use_cmd_line boolean False N/A N/A Whether a command line call is needed to do the compression (returned by reference)

Return

  • Whether it is
  • Type: boolean
  • Set: N/A
  • Range: N/A