封装上传文件管理

This commit is contained in:
augushong
2019-08-27 13:34:31 +08:00
parent 34b62bfba9
commit 32e702a32f
2 changed files with 66 additions and 9 deletions

25
app/UploadFiles.php Normal file
View File

@@ -0,0 +1,25 @@
<?php
namespace app;
class UploadFiles
{
public static function create()
{
}
public static function use()
{
}
public static function delete()
{
}
public static function clear()
{
}
}