Properties

$QINIU_RSF_HOST

$QINIU_RSF_HOST : 

Type

$QINIU_RS_HOST

$QINIU_RS_HOST : 

Type

$QINIU_UP_HOST

$QINIU_UP_HOST : 

Type

$timeout

$timeout : 

Type

Methods

__construct()

__construct(  $config) 

Parameters

$config

sign()

sign(  $sk,   $ak,   $data) 

Parameters

$sk
$ak
$data

signWithData()

signWithData(  $sk,   $ak,   $data) 

Parameters

$sk
$ak
$data

accessToken()

accessToken(  $url,   $body = '') 

Parameters

$url
$body

UploadToken()

UploadToken(  $sk,   $ak,   $param) 

Parameters

$sk
$ak
$param

upload()

upload(  $config,   $file) 

Parameters

$config
$file

dealWithType()

dealWithType(  $key,   $type) 

Parameters

$key
$type

buildUrlParam()

buildUrlParam() 

getList()

getList(  $query = array(),   $path = '') 

Parameters

$query
$path

info()

info(  $key) 

Parameters

$key

downLink()

downLink(  $key) 

Parameters

$key

rename()

rename(  $file,   $new_file) 

Parameters

$file
$new_file

del()

del(  $file) 

Parameters

$file

delBatch()

delBatch(  $files) 

Parameters

$files

Qiniu_Encode()

Qiniu_Encode(  $str) 

Parameters

$str

Qiniu_escapeQuotes()

Qiniu_escapeQuotes(  $str) 

Parameters

$str

request()

request(string  $path, string  $method, array  $headers = null, resource  $body = null) : boolean

请求百度云服务器

Parameters

string $path

请求的PATH

string $method

请求方法

array $headers

请求header

resource $body

上传文件资源

Returns

boolean

response()

response(string  $text) : array

获取响应数据

Parameters

string $text

响应头字符串

Returns

array —

响应数据列表

error()

error(string  $header,   $body) 

获取请求错误信息

Parameters

string $header

请求返回头信息

$body