Core Class
View Source on Trac ↗
Core Class
Gzdecode
class Gzdecode
// Constructor: function Object() { [native code] } Decode 'gzip' encoded HTTP data
Methods 3 methods
| Method / Return | Description |
|---|---|
| __set() void | Don't allow anything to be set
Parameters: $name: mixed, $value: mixed |
| __construct() void | Set the compressed string and related properties
Parameters: $data: mixed |
| parse() bool | Decode the GZIP stream |
Properties
| Property / Type | Description |
|---|---|
| $compressed_data mixed public | No description available. |
| $compressed_size mixed public | No description available. |
| $min_compressed_size mixed public | No description available. |
| $position mixed public | No description available. |
| $flags mixed public | No description available. |
| $data mixed public | No description available. |
| $MTIME mixed public | No description available. |
| $XFL mixed public | No description available. |
| $OS mixed public | No description available. |
| $SI1 mixed public | No description available. |
| $SI2 mixed public | No description available. |
| $extra_field mixed public | No description available. |
| $filename mixed public | No description available. |
| $comment mixed public | No description available. |
Class Information
Source File
wp-includes/SimplePie/src/Gzdecode.php
Advertisement