Decode 'gzip' encoded HTTP data.
More...
|
| __construct ($data) |
| Set the compressed string and related properties.
|
|
| __set ($name, $value) |
| Don't allow anything to be set.
|
|
| parse () |
| Decode the GZIP stream.
|
|
|
string | $comment |
| Human readable comment.
|
|
string | $compressed_data |
| Compressed data.
|
|
int | $compressed_size |
| Size of compressed data.
|
|
string | $data |
| Uncompressed data.
|
|
string | $extra_field |
| Extra field content.
|
|
string | $filename |
| Original filename.
|
|
int | $flags |
| Flags (FLG)
|
|
int | $min_compressed_size = 18 |
| Minimum size of a valid gzip string.
|
|
int | $MTIME |
| Modified time.
|
|
int | $OS |
| Operating System.
|
|
int | $position = 0 |
| Current position of pointer.
|
|
string | $SI1 |
| Subfield ID 1.
|
|
string | $SI2 |
| Subfield ID 2.
|
|
int | $XFL |
| Extra Flags.
|
|
Decode 'gzip' encoded HTTP data.
@subpackage HTTP @externalurl http://www.gzip.org/format.txt
◆ __construct()
Gzdecode::__construct |
( |
| $data | ) |
|
Set the compressed string and related properties.
- Parameters
-
◆ __set()
Gzdecode::__set |
( |
| $name, |
|
|
| $value ) |
Don't allow anything to be set.
- Parameters
-
◆ parse()
Decode the GZIP stream.
- Return values
-
◆ $compressed_data
string Gzdecode::$compressed_data |
Compressed data.
- See also
- gzdecode\$data
◆ $data
Uncompressed data.
- See also
- gzdecode\$compressed_data
◆ $extra_field
string Gzdecode::$extra_field |
Extra field content.
- See also
- gzdecode\$SI1
-
gzdecode\$SI2
◆ $SI1
Subfield ID 1.
- See also
- gzdecode\$extra_field
-
gzdecode\$SI2
◆ $SI2
Subfield ID 2.
- See also
- gzdecode\$extra_field
-
gzdecode\$SI1
The documentation for this class was generated from the following file:
- lib/simplepie/src/Gzdecode.php