hjj/downloadsplit

There is no license information available for the latest version (1.0.2) of this package.

分片下载的实现

1.0.2 2015-11-07 08:00 UTC

This package is not auto-updated.

Last update: 2025-07-05 23:08:44 UTC


README

用法

$path = '某文件';
$filename = '重命名';
$mime = '某MIME TYPE';
$dsp = new \hjj\DownloadSplit();
$dsp->begin($path,$filename,$mime);
$dsp->go();