Overview

Packages

  • None
  • SimplePie

Classes

  • SimplePie
  • SimplePie_Author
  • SimplePie_Autoloader
  • SimplePie_Cache
  • SimplePie_Cache_DB
  • SimplePie_Cache_File
  • SimplePie_Cache_Memcache
  • SimplePie_Cache_MySQL
  • SimplePie_Caption
  • SimplePie_Category
  • SimplePie_Content_Type_Sniffer
  • SimplePie_Copyright
  • SimplePie_Core
  • SimplePie_Credit
  • SimplePie_Decode_HTML_Entities
  • SimplePie_Enclosure
  • SimplePie_File
  • SimplePie_gzdecode
  • SimplePie_HTTP_Parser
  • SimplePie_IRI
  • SimplePie_Item
  • SimplePie_Locator
  • SimplePie_Misc
  • SimplePie_Net_IPv6
  • SimplePie_Parse_Date
  • SimplePie_Parser
  • SimplePie_Rating
  • SimplePie_Registry
  • SimplePie_Restriction
  • SimplePie_Sanitize
  • SimplePie_Source
  • SimplePie_XML_Declaration_Parser

Interfaces

  • SimplePie_Cache_Base
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class SimplePie_gzdecode

Decode 'gzip' encoded HTTP data

Package: SimplePie
Link: http://www.gzip.org/format.txt
Located at SimplePie/gzdecode.php
Methods summary
public
# __set( string $name, mixed $value )

Don't allow anything to be set

Don't allow anything to be set

Parameters

$name
string
$value
mixed
public
# __construct( string $data )

Set the compressed string and related properties

Set the compressed string and related properties

Parameters

$data
string
public boolean
# parse( )

Decode the GZIP stream

Decode the GZIP stream

Returns

boolean
Successfulness
Properties summary
public string $compressed_data
#

Compressed data

Compressed data

See

gzdecode::$data
public integer $compressed_size
#

Size of compressed data

Size of compressed data

public integer $min_compressed_size 18
#

Minimum size of a valid gzip string

Minimum size of a valid gzip string

public integer $position 0
#

Current position of pointer

Current position of pointer

public integer $flags
#

Flags (FLG)

Flags (FLG)

public string $data
#

Uncompressed data

Uncompressed data

See

gzdecode::$compressed_data
public integer $MTIME
#

Modified time

Modified time

public integer $XFL
#

Extra Flags

Extra Flags

public integer $OS
#

Operating System

Operating System

public string $SI1
#

Subfield ID 1

Subfield ID 1

See

gzdecode::$extra_field
gzdecode::$SI2
public string $SI2
#

Subfield ID 2

Subfield ID 2

See

gzdecode::$extra_field
gzdecode::$SI1
public string $extra_field
#

Extra field content

Extra field content

See

gzdecode::$SI1
gzdecode::$SI2
public string $filename
#

Original filename

Original filename

public string $comment
#

Human readable comment

Human readable comment

SimplePie Documentation API documentation generated by ApiGen 2.4.0