\Think\Upload\DriverFtp

Summary

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

Properties

$rootPath

$rootPath : string

上传文件根目录

Type

string

$error

$error : string

本地上传错误信息

Type

string

$link

$link : resource

FTP连接

Type

resource

$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-失败

save()

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

保存指定文件

Parameters

array $file

保存的文件信息

boolean $replace

同名文件是否覆盖

Returns

boolean —

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

mkdir()

mkdir(string  $savepath) : boolean

创建目录

Parameters

string $savepath

要创建的穆里

Returns

boolean —

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

getError()

getError() : string

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

Returns

string —

错误信息

__destruct()

__destruct() 

析构方法,用于断开当前FTP连接

login()

login() : boolean

登录到FTP服务器

Returns

boolean —

true-登录成功,false-登录失败