封装了一些常用的功能
github.com/qq122453418/download
源代码
问题
安装: 3
依赖项: 0
建议者: 0
安全: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
BSD-3-Clause 4b534eb3b4c9a74f668a10549632d34d20f08b1b
This package is auto-updated.
Last update: 2024-09-10 06:53:40 UTC
demo.php <?php namespace tool; include_once './tool/Down.php'; $down = new Down(); $down -> text('这是下载的文本内容', 'test.txt');