Properties

$_uniqueId

$_uniqueId : 

Type

$_conf

$_conf : 

Type

$_appConf

$_appConf : 

Type

$_post

$_post : 

Type

$_retry

$_retry : 

Type

$_option

$_option : 

Type

$_default

$_default : 

Type

Methods

__construct()

__construct(  $conf = array()) 

Parameters

$conf

unInstallNow()

unInstallNow(  $isComplete = false) 

Parameters

$isComplete

getConfPack()

getConfPack() 

setUniqueId()

setUniqueId(  $name) 

Parameters

$name

getConf()

getConf() 

getAppConf()

getAppConf() 

triggerThrowable()

triggerThrowable(\Throwable  $e) 

Parameters

\Throwable $e

handleThrowable()

handleThrowable(\Throwable  $e) 

Parameters

\Throwable $e

get()

get(string  $url) : array

提交GET请求

Parameters

string $url

Returns

array

post()

post(array|string  $data, string  $value = '') : $this

设置POST信息

Parameters

array|string $data
string $value

Returns

$this

upload()

upload(string  $field, string  $path, string  $type, string  $name) : $this

设置文件上传

Parameters

string $field
string $path
string $type
string $name

Returns

$this

submit()

submit(string  $url) : array

提交POST请求

Parameters

string $url

Returns

array

download()

download(string  $url,   $savePath) : $this

设置下载地址

Parameters

string $url
$savePath

Returns

$this

set()

set(array|string  $item, string  $value = '') : $this

配置Curl操作

Parameters

array|string $item
string $value

Returns

$this

retry()

retry(integer  $times) : $this

出错自动重试

Parameters

integer $times

Returns

$this

getComponent()

getComponent(  $haver,   $componentName,   $params = array()) 

Parameters

$haver
$componentName
$params

unInstall()

unInstall(  $isComplete = false) 

Parameters

$isComplete

getValueFromConf()

getValueFromConf(  $key,   $default = '') 

Parameters

$key
$default

init()

init() 

exec()

exec(integer  $retry) : array

执行Curl操作

Parameters

integer $retry

Returns

array

post_fields_build()

post_fields_build(array  $input, string  $pre = null) : array

一维化POST信息

Parameters

array $input
string $pre

Returns

array