Skip to content

Gzdecode

Decode 'gzip' encoded HTTP data

  • Full name: \SimplePie\Gzdecode

See Also:

  • http://www.gzip.org/format.txt -

Properties

compressed_data

Compressed data

public string $compressed_data

See Also:

  • \SimplePie\gzdecode::$data -

compressed_size

Size of compressed data

public int $compressed_size

min_compressed_size

Minimum size of a valid gzip string

public int $min_compressed_size

position

Current position of pointer

public int $position

flags

Flags (FLG)

public int $flags

data

Uncompressed data

public string $data

See Also:

  • \SimplePie\gzdecode::$compressed_data -

MTIME

Modified time

public int $MTIME

XFL

Extra Flags

public int $XFL

OS

Operating System

public int $OS

SI1

Subfield ID 1

public string $SI1

See Also:

  • \SimplePie\gzdecode::$extra_field - * \SimplePie\gzdecode::$SI2 -

SI2

Subfield ID 2

public string $SI2

See Also:

  • \SimplePie\gzdecode::$extra_field - * \SimplePie\gzdecode::$SI1 -

extra_field

Extra field content

public string $extra_field

See Also:

  • \SimplePie\gzdecode::$SI1 - * \SimplePie\gzdecode::$SI2 -

filename

Original filename

public string $filename

comment

Human readable comment

public string $comment

Methods

__set

Don't allow anything to be set

public __set(string $name, mixed $value): mixed

Parameters:

Parameter Type Description
$name string
$value mixed

__construct

Set the compressed string and related properties

public __construct(string $data): mixed

Parameters:

Parameter Type Description
$data string

parse

Decode the GZIP stream

public parse(): bool

Return Value:

Successfulness



Automatically generated on 2025-03-18