Class SimplePie_gzdecode
Decode 'gzip' encoded HTTP data
Package: SimplePie\HTTP
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Link: http://www.gzip.org/format.txt
Located at vendor/simplepie/simplepie/library/SimplePie/gzdecode.php
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Link: http://www.gzip.org/format.txt
Located at vendor/simplepie/simplepie/library/SimplePie/gzdecode.php
Methods summary
public
|
|
public
|
|
public
boolean
|
Magic methods summary
Properties summary
public
string
|
$compressed_data |
#
Compressed data |
public
integer
|
$compressed_size |
#
Size of compressed data |
public
integer
|
$min_compressed_size |
#
Minimum size of a valid gzip string |
public
integer
|
$position |
#
Current position of pointer |
public
integer
|
$flags |
#
Flags (FLG) |
public
string
|
$data |
#
Uncompressed data |
public
integer
|
$MTIME |
#
Modified time |
public
integer
|
$XFL |
#
Extra Flags |
public
integer
|
$OS |
#
Operating System |
public
string
|
$SI1 |
#
Subfield ID 1 |
public
string
|
$SI2 |
#
Subfield ID 2 |
public
string
|
$extra_field |
#
Extra field content |
public
string
|
$filename |
#
Original filename |
public
string
|
$comment |
#
Human readable comment |