将文件夹压缩成zip文件的php代码

2019-04-10 03:00:41刘景俊

pack('v', sizeof($this -> ctrl_dir)) . // total # of entries overall
pack('V', strlen($ctrldir)) . // size of central dir
pack('V', strlen($data)) . // offset to start of central dir
"x00x00"; // .zip file comment length
}
}
?>

zip.php文件打包
相关文章 大家在看