Class SimplePie_gzdecode
Decode 'gzip' encoded HTTP data
public
|
|
public
|
|
public
boolean
|
public
string
|
$compressed_data |
|
#
Compressed data |
public
integer
|
$compressed_size |
|
#
Size of compressed data |
public
integer
|
$min_compressed_size | 18 |
#
Minimum size of a valid gzip string |
public
integer
|
$position | 0 |
#
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 |