anqin/fastdfs

FastDFS 文件系统类库

v1.0.0 2020-03-17 13:27 UTC

This package is auto-updated.

Last update: 2024-05-17 22:18:02 UTC


README

安装

composer require anqin/fastdfs

使用

$client = new FastDFS();

$client->upload(string $file, ?string $ext_name = null, ?string $group_name = null, array $meta = [];