文件名称:http-send-file:PHP库,发送一个支持(多个)范围请求和限制的文件
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-06 09:36:08
http-send-file PHP
HTTP发送文件 发送支持(多个)范围请求的文件。 它能够限制下载。 它非常小而简单。 此类类似于PHP pecl的php http_send_file 看: 安装 随着作曲家添加到您的“要求”部分: composer require diversen/http-send-file 用法示例: use diversen\sendfile; $ s = new sendfile(); // if you don't set type - we will try to guess it $ s -> contentType ( 'application/epub+zip' ); // if you don't set disposition (file name user agent will see) // we will make a fi
【文件预览】:
http-send-file-master
----sendfile.php(5KB)
----test()
--------japanese-char.php(801B)
--------二天一流.txt(54B)
----LICENSE.md(1KB)
----README.md(2KB)
----composer.json(740B)