\Think\Upload\DriverQiniu

Summary

Methods
Properties
Constants
__construct()
checkRootPath()
checkSavePath()
mkdir()
save()
getError()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$rootPath
$error
$config
N/A

Properties

$rootPath

$rootPath : string

上传文件根目录

Type

string

$error

$error : string

上传错误信息

Type

string

$config

$config : 

Type

Methods

__construct()

__construct(array  $config) 

构造函数,用于设置上传根路径

Parameters

array $config

FTP配置

checkRootPath()

checkRootPath(string  $rootpath) : boolean

检测上传根目录(七牛上传时支持自动创建目录,直接返回)

Parameters

string $rootpath

根目录

Returns

boolean —

true-检测通过,false-检测失败

checkSavePath()

checkSavePath(string  $savepath) : boolean

检测上传目录(七牛上传时支持自动创建目录,直接返回)

Parameters

string $savepath

上传目录

Returns

boolean —

检测结果,true-通过,false-失败

mkdir()

mkdir(string  $savepath) : boolean

创建文件夹 (七牛上传时支持自动创建目录,直接返回)

Parameters

string $savepath

目录名称

Returns

boolean —

true-创建成功,false-创建失败

save()

save(array  $file, boolean  $replace = true) : boolean

保存指定文件

Parameters

array $file

保存的文件信息

boolean $replace

同名文件是否覆盖

Returns

boolean —

保存状态,true-成功,false-失败

getError()

getError() : string

获取最后一次上传错误信息

Returns

string —

错误信息