Skip to content

Instantly share code, notes, and snippets.

@longxiao7
longxiao7 / main.php
Last active September 9, 2023 13:40
PHP切割QQ群聊天记录文件生成 ZIP
<?php
ini_set('pcre.backtrack_limit',1000000);
$is_table_end = false ; $page = 0 ;$contents = ''; $output_zip = './test.zip';
#判断输入文件
if(!file_exists($argv[1]))
{
echo 'There isn\'t have this file.';
exit;
}
#建立归档文件 默认为