isPhpOutputCompressed() публичный статический Метод

Test if php output is compressed
public static isPhpOutputCompressed ( ) : boolean
Результат boolean True if php output is (or suspected/likely) to be compressed
Пример #1
0
 /**
  * Test that php compression isn't enabled ... otherwise, lots of tests will fail
  *
  * @group Core
  */
 public function test_phpOutputCompression()
 {
     $this->assertFalse(ProxyHttp::isPhpOutputCompressed());
 }