PHP 클래스 zipfile, php-malware-finder

.. use the functions add_dir() and add_file() to build the zip file; see example code below by Eric Mueller http://www.themepark.com v1.1 9-20-01 - added comments to example v1.0 2-5-01 initial version with: - class appearance - add_file() and file() methods - gzcompress() output hacking by Denis O.Philippov, [email protected], http://www.atlant.ru official ZIP file format: http://www.pkware.com/appnote.txt
파일 보기 프로젝트 열기: nbs-system/php-malware-finder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$ctrl_dir
$datasec
$eof_ctrl_dir
$old_offset

공개 메소드들

메소드 설명
addFile ( $data, $name, $time )
file ( )
unix2DosTime ( $unixtime )

메소드 상세

addFile() 공개 메소드

public addFile ( $data, $name, $time )

file() 공개 메소드

public file ( )

unix2DosTime() 공개 메소드

public unix2DosTime ( $unixtime )

프로퍼티 상세

$ctrl_dir 공개적으로 프로퍼티

public $ctrl_dir

$datasec 공개적으로 프로퍼티

public $datasec

$eof_ctrl_dir 공개적으로 프로퍼티

public $eof_ctrl_dir

$old_offset 공개적으로 프로퍼티

public $old_offset