프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$centralDirectory | array | Central Directory | |
$compressedData | array | 圧縮データ | |
$endOfCentralDirectory | string | End Of Central Directory Record | |
$entries | array | エントリ(解凍用) | |
$oldOffset | integer | オフセット |
메소드 | 설명 | |
---|---|---|
_readFile ( string $path ) : array | ZIPファイルを読み込む | |
addFile ( binary $data, string $directoryName, integer $time ) | 圧縮対象データを追加 | |
addFile2 ( mixed $data, string $name, integer $time ) | addFile2 | |
addFolder ( string $directory, $put_into = '' ) | フォルダを追加する | |
download ( string $archiveName ) | 圧縮ファイルをダウンロードする | |
getMTime ( integer $time ) : hex | Get Hexd Time | |
getZippedData ( ) : binary | 圧縮されたデータを取得する | |
unix2DosTime ( $unixtime ) | Adds "file" to archive | |
unzip ( $source, $tareget ) : |
解凍したファイルを出力する |
public string $endOfCentralDirectory | ||
리턴 | string |