isPhpOutputCompressed() public static méthode

Test if php output is compressed
public static isPhpOutputCompressed ( ) : boolean
Résultat boolean True if php output is (or suspected/likely) to be compressed
 /**
  * Test that php compression isn't enabled ... otherwise, lots of tests will fail
  *
  * @group Core
  */
 public function test_phpOutputCompression()
 {
     $this->assertFalse(ProxyHttp::isPhpOutputCompressed());
 }