PHP 파일 zip 압축 및 압축 풀기

출처: 인터넷
작성자: 사용자
키워드: 웹 프로그래밍 PHP는 자습서

PHP 파일 Zip 압축

/ * 압축 된 zip 파일을 만들고 * /
함수 create_zip ($files = 배열 () $destination = ', $overwrite = False) {< BR > //if zip 파일은 이미 존재 하 고 덮어쓰기는 false, false
반환 file_exists ($destination) & &! $over 쓰기) {return false;} //vars

$valid _files = 배열 ();
//if 파일에서 전달 된...
경우 (Is_array ($files)) {각
//cycle 파일
foreach ($file로 $files) {
//make 있는지 파일 < b r > 경우 (file_exists ($file)) {
$valid _files = $file;
}


} //if 우리는...
경우 (카운트 ($valid _files)) {//create

$zip 아카이브 = 새로운 ziparchive ();
($zip-> 오픈 ($destination, $ 덮어쓰기? Ziparchive::overwrite:ziparchive:: 만들기)! = = true) {
return false;
} 파일

//add foreach ($file로 $valid _files) {
$zip-> ($file, $file); addfile
}

//debug //echo 'zip 아카이브에 포함', $zip numfiles, '상태의 파일'-> $zip-> 상태;

Zip-완료를 닫습니다!
$zip-> 닫기 ();

파일이 있는지 확인
반환 file_exists ($destination);
}
다른
{
반환 허위;
}
}
/ * * * 사용 예 * * * /
$files = 배열 ('file1.jpg', 'file2.jpg', 'file3.gif');
Create_zip ($files, 'Myzipfile.zip', true);

PHP은 Zip 파일 압축

/**********************
* @file-zip 파일 경로
* @destination-대상 디렉터리 파일에 대 한
*/
함수 없음; Unzip_file ($file, $destination)
개체 만들기
$zip = 새로운 Ziparchive ();
오픈 아카이브
경우 ($zip-> 오픈 ($file)! = = TRUE) 없음
다이 (' 열 수 없습니다 아카이브 ');
}
대상 디렉터리 내용을 추출합니다
$zip-> extractto ($destination);
아카이브 닫기
$zip-> 닫기 ();
에코 '아카이브 디렉토리에 추출';
}

PHP 파일, 압축, 압축, 압축 풀기

관련 문서

연락처

이 페이지의 내용은 인터넷에서 가져온 것이므로 Alibaba Cloud의 공식 의견이 아닙니다.이 페이지에서 언급 된 제품 및 서비스는 Alibaba Cloud와는 관련이 없으므로이 페이지의 내용이 골칫거리 인 경우 저희에게 알려주십시오. 우리는 5 일 근무일 이내에 이메일을 처리 할 것입니다.

커뮤니티에서 표절 사례를 발견한 경우 info-contact@alibabacloud.com 으로 관련 증거를 첨부하여 이메일을 보내주시기 바랍니다. 당사 직원이 영업일 기준 5일 내에 연락 드리도록 하겠습니다.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.