Properties

$file

$file : 

Type

$error

$error : 

Type

$fileName

$fileName : 

Type

$fileInfo

$fileInfo : 

Type

$isInternal

$isInternal : 

Type

$config

$config : 

Type

$cosClient

$cosClient : 

Type

Methods

__construct()

__construct(  $config) 

构造方法 Qcloud constructor.

Parameters

$config

setUploadFile()

setUploadFile(string  $name) 

设置上传的文件信息

Parameters

string $name

Throws

\think\Exception

setUploadFileByReal()

setUploadFileByReal(string  $filePath) 

设置上传的文件信息

Parameters

string $filePath

upload()

upload() : boolean|mixed

执行上传

Returns

boolean|mixed

delete()

delete(  $fileName) : boolean|mixed

删除文件

Parameters

$fileName

Returns

boolean|mixed

getFileName()

getFileName() : mixed

返回文件路径

Returns

mixed

getFileInfo()

getFileInfo() : mixed

返回文件信息

Returns

mixed

getError()

getError() : mixed

返回错误信息

Returns

mixed

getRealPath()

getRealPath() 

buildSaveName()

buildSaveName() 

生成保存文件名

createCosClient()

createCosClient() 

创建COS控制类