PHP 拉开拉链

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 拉开拉链相关的知识,希望对你有一定的参考价值。

<?php

function unzip_to($file, $to)
{
	$root = getcwd() . '/';
	$zip = zip_open($root . $file);
	while($zip_read = zip_read($zip))
	{
		$zip_file = $root . $to . zip_entry_name($zip_read);
		if(substr($zip_file, -1) == '/')
			mkdir($zip_file);
		else
		{
			touch($zip_file);
			$write = fopen($zip_file, 'w+');
			fwrite($write, zip_entry_read($zip_read));
			fclose($write);
		}
	}
	zip_close($zip);
}

unzip_to('files/punbb-1.3.4.zip', './a/');

以上是关于PHP 拉开拉链的主要内容,如果未能解决你的问题,请参考以下文章

通过ZipArchive php获取损坏或空拉链

PHP严格搜索

数据仓库之拉链表设计

数仓-拉链表的详细实现过程

拉链表流水表

拉链表