\Think\Upload\DriverSae

Summary

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

Properties

$domain

$domain : string

Storage的Domain

Type

string

$rootPath

$rootPath : 

Type

$error

$error : string

本地上传错误信息

Type

string

Methods

__construct()

__construct(mixed  $config = null) 

构造函数,设置storage的domain, 如果有传配置,则domain为配置项,如果没有传domain为第一个路径的目录名称。

Parameters

mixed $config

上传配置

checkRootPath()

checkRootPath(string  $rootpath) : boolean

检测上传根目录

Parameters

string $rootpath

根目录

Returns

boolean —

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

checkSavePath()

checkSavePath(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-失败

mkdir()

mkdir() 

getError()

getError() : string

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

Returns

string —

错误信息