PHP 클래스 SimplePie_gzdecode, ojs

파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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

메소드 상세

SimplePie_gzdecode() 공개 메소드

Set the compressed string and related properties
public SimplePie_gzdecode ( $data )

__set() 공개 메소드

Don't allow anything to be set
public __set ( $name, $value )

parse() 공개 메소드

Decode the GZIP stream
public parse ( )

프로퍼티 상세

$MTIME 공개적으로 프로퍼티

Modified time
public $MTIME

$OS 공개적으로 프로퍼티

Operating System
public $OS

$SI1 공개적으로 프로퍼티

Subfield ID 1
또한 보기: gzdecode::$extra_field
또한 보기: gzdecode::$SI2
public $SI1

$SI2 공개적으로 프로퍼티

Subfield ID 2
또한 보기: gzdecode::$extra_field
또한 보기: gzdecode::$SI1
public $SI2

$XFL 공개적으로 프로퍼티

Extra Flags
public $XFL

$comment 공개적으로 프로퍼티

Human readable comment
public $comment

$compressed_data 공개적으로 프로퍼티

Compressed data
또한 보기: gzdecode::$data
public $compressed_data

$compressed_size 공개적으로 프로퍼티

Size of compressed data
public $compressed_size

$data 공개적으로 프로퍼티

Uncompressed data
또한 보기: gzdecode::$compressed_data
public $data

$extra_field 공개적으로 프로퍼티

Extra field content
또한 보기: gzdecode::$SI1
또한 보기: gzdecode::$SI2
public $extra_field

$filename 공개적으로 프로퍼티

Original filename
public $filename

$flags 공개적으로 프로퍼티

Flags (FLG)
public $flags

$min_compressed_size 공개적으로 프로퍼티

Minimum size of a valid gzip string
public $min_compressed_size

$position 공개적으로 프로퍼티

Current position of pointer
public $position