Property | Type | Description | |
---|---|---|---|
$MTIME | Modified time | ||
$OS | Operating System | ||
$SI1 | Subfield ID 1 | ||
$SI2 | Subfield ID 2 | ||
$XFL | Extra Flags | ||
$comment | Human readable comment | ||
$compressed_data | Compressed data | ||
$compressed_size | Size of compressed data | ||
$data | Uncompressed data | ||
$extra_field | Extra field content | ||
$filename | Original filename | ||
$flags | Flags (FLG) | ||
$min_compressed_size | Minimum size of a valid gzip string | ||
$position | Current position of pointer |
Method | Description | |
---|---|---|
SimplePie_gzdecode ( $data ) | Set the compressed string and related properties | |
__set ( $name, $value ) | Don't allow anything to be set | |
parse ( ) | Decode the GZIP stream |
public SimplePie_gzdecode ( $data ) |
public $min_compressed_size |