封装了一些常用的功能

dev-master 2020-07-09 21:52 UTC

This package is auto-updated.

Last update: 2024-09-10 06:53:40 UTC


README

下载工具

demo.php
<?php
namespace tool;
include_once './tool/Down.php';
$down = new Down();
$down -> text('这是下载的文本内容', 'test.txt');