PHP 클래스 BcZip

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

공개 프로퍼티들

프로퍼티 타입 설명
$Zip boolean | ZipArchive ZipArchive
$error null error
$topArchiveName null Top Archive Name

공개 메소드들

메소드 설명
__construct ( ) BcZip constructor.
__destruct ( ) Destruct
extract ( $source, $target ) : boolean ZIP を展開する

보호된 메소드들

메소드 설명
_escapePath ( $path ) : string CUI 向けにパスをエスケープする
_extractByCommand ( $source, $target ) : boolean コマンドによる展開
_extractByPhpLib ( $source, $target ) : boolean ZipArchive クラスによる展開

메소드 상세

__construct() 공개 메소드

BcZip constructor.
public __construct ( )

__destruct() 공개 메소드

Destruct
public __destruct ( )

_escapePath() 보호된 메소드

CUI 向けにパスをエスケープする
protected _escapePath ( $path ) : string
$path
리턴 string

_extractByCommand() 보호된 메소드

コマンドによる展開
protected _extractByCommand ( $source, $target ) : boolean
$source
$target
리턴 boolean

_extractByPhpLib() 보호된 메소드

ZipArchive クラスによる展開
protected _extractByPhpLib ( $source, $target ) : boolean
$source
$target
리턴 boolean

extract() 공개 메소드

ZIP を展開する
public extract ( $source, $target ) : boolean
$source
$target
리턴 boolean

프로퍼티 상세

$Zip 공개적으로 프로퍼티

ZipArchive
public bool|ZipArchive $Zip
리턴 boolean | ZipArchive

$error 공개적으로 프로퍼티

error
public null $error
리턴 null

$topArchiveName 공개적으로 프로퍼티

Top Archive Name
public null $topArchiveName
리턴 null