Moodle  2.2.1
http://www.collinsharper.com
SimplePie_gzdecode Class Reference

Public Member Functions

 __set ($name, $value)
 __construct ($data)
 parse ()

Data Fields

 $compressed_data
 $compressed_size
 $min_compressed_size = 18
 $position = 0
 $flags
 $data
 $MTIME
 $XFL
 $OS
 $SI1
 $SI2
 $extra_field
 $filename
 $comment

Detailed Description

Definition at line 7947 of file simplepie.class.php.


Constructor & Destructor Documentation

__construct ( data)

Set the compressed string and related properties

public

Definition at line 8070 of file simplepie.class.php.


Member Function Documentation

__set ( name,
value 
)

Don't allow anything to be set

public

Definition at line 8060 of file simplepie.class.php.

parse ( )

Decode the GZIP stream

public

Definition at line 8081 of file simplepie.class.php.


Field Documentation

Human readable comment

public

Definition at line 8053 of file simplepie.class.php.

$compressed_data

Compressed data

private

See also:
gzdecode::$data

Definition at line 7955 of file simplepie.class.php.

$compressed_size

Size of compressed data

private

Definition at line 7962 of file simplepie.class.php.

$data

Uncompressed data

public

See also:
gzdecode::$compressed_data

Definition at line 7991 of file simplepie.class.php.

$extra_field

Extra field content

public

See also:
gzdecode::$SI1
gzdecode::$SI2

Definition at line 8039 of file simplepie.class.php.

$filename

Original filename

public

Definition at line 8046 of file simplepie.class.php.

$flags

Flags (FLG)

private

Definition at line 7983 of file simplepie.class.php.

$min_compressed_size = 18

Minimum size of a valid gzip string

private

Definition at line 7969 of file simplepie.class.php.

$MTIME

Modified time

public

Definition at line 7998 of file simplepie.class.php.

$OS

Operating System

public

Definition at line 8012 of file simplepie.class.php.

$position = 0

Current position of pointer

private

Definition at line 7976 of file simplepie.class.php.

$SI1

Subfield ID 1

public

See also:
gzdecode::$extra_field
gzdecode::$SI2

Definition at line 8021 of file simplepie.class.php.

$SI2

Subfield ID 2

public

See also:
gzdecode::$extra_field
gzdecode::$SI1

Definition at line 8030 of file simplepie.class.php.

$XFL

Extra Flags

public

Definition at line 8005 of file simplepie.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations