hjj/downloadsplit

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

分片下载的实现

Maintainers

Package info

github.com/814549124/DownloadSplitPHP

pkg:composer/hjj/downloadsplit

Transparency log

Statistics

Installs: 48

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.2 2015-11-07 08:00 UTC

This package is not auto-updated.

Last update: 2026-07-19 05:26:24 UTC


README

用法

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