Table of Contents
Properties
-
$allowEmptyReponse
: mixed
-
$cookiesession
: mixed
-
$CURLOPT
: mixed
-
$CURLOPT_HTTPAUTH
: mixed
-
$delete
: mixed
-
$getinfo
: mixed
-
$header
: mixed
-
$logError
: mixed
-
$noReportError
: mixed
-
$noSslCheck
: mixed
-
$password
: mixed
-
$patch
: mixed
-
$ping
: mixed
-
$post
: mixed
-
$put
: mixed
-
$sleepTime
: mixed
-
$streamHeaders
: mixed
-
$url
: mixed
-
$userAgent
: mixed
-
$username
: mixed
Methods
-
__construct()
: mixed
-
exec()
: string
-
getAllowEmptyReponse()
: mixed
-
getCookiesession()
: mixed
-
getCURLOPT()
: mixed
-
getCURLOPT_HTTPAUTH()
: mixed
-
getDelete()
: mixed
-
getHeader()
: mixed
-
getHttpCode()
: mixed
-
getInfos()
: mixed
-
getLogError()
: mixed
-
getNoReportError()
: mixed
-
getNoSslCheck()
: mixed
-
getPatch()
: mixed
-
getPing()
: mixed
-
getPost()
: mixed
-
getPut()
: mixed
-
getSleepTime()
: mixed
-
getStreamHeaders()
: mixed
-
getUrl()
: mixed
-
getUserAgent()
: mixed
-
setAllowEmptyReponse()
: mixed
-
setCookiesession()
: mixed
-
setCURLOPT()
: mixed
-
setCURLOPT_HTTPAUTH()
: mixed
-
setDelete()
: mixed
-
setHeader()
: mixed
-
setLogError()
: mixed
-
setNoReportError()
: mixed
-
setNoSslCheck()
: mixed
-
setPatch()
: mixed
-
setPing()
: mixed
-
setPost()
: mixed
-
setPut()
: mixed
-
setSleepTime()
: mixed
-
setUrl()
: mixed
-
setUserAgent()
: mixed
-
streamHeaders()
: mixed
$allowEmptyReponse
private
mixed
$allowEmptyReponse
= \false
$cookiesession
private
mixed
$cookiesession
= \false
$CURLOPT
private
mixed
$CURLOPT
= array()
$CURLOPT_HTTPAUTH
private
mixed
$CURLOPT_HTTPAUTH
= ''
$delete
private
mixed
$delete
= ''
$getinfo
private
mixed
$getinfo
= ''
private
mixed
$header
= array('Connection: close')
$logError
private
mixed
$logError
= \false
$noReportError
private
mixed
$noReportError
= \false
$noSslCheck
private
mixed
$noSslCheck
= \true
$password
private
mixed
$password
= ''
$patch
private
mixed
$patch
= ''
$ping
private
mixed
$ping
= \false
$post
private
mixed
$post
= ''
$put
private
mixed
$put
= ''
$sleepTime
private
mixed
$sleepTime
= 500000
private
mixed
$streamHeaders
= array()
$url
private
mixed
$url
$userAgent
private
mixed
$userAgent
= ''
$username
private
mixed
$username
= ''
__construct()
public
__construct([mixed $_url = '' ][, mixed $_username = '' ][, mixed $_password = '' ]) : mixed
Parameters
-
$_url
: mixed
= ''
-
-
$_username
: mixed
= ''
-
-
$_password
: mixed
= ''
-
exec()
public
exec([int $_timeout = 2 ][, int $_maxRetry = 3 ]) : string
Parameters
-
$_timeout
: int
= 2
-
-
$_maxRetry
: int
= 3
-
-
throws
-
Exception
getAllowEmptyReponse()
public
getAllowEmptyReponse() : mixed
getCookiesession()
public
getCookiesession() : mixed
getCURLOPT()
public
getCURLOPT() : mixed
getCURLOPT_HTTPAUTH()
public
getCURLOPT_HTTPAUTH() : mixed
getDelete()
public
getDelete() : mixed
public
getHeader() : mixed
getHttpCode()
public
getHttpCode() : mixed
getInfos()
public
getInfos() : mixed
getLogError()
public
getLogError() : mixed
getNoReportError()
public
getNoReportError() : mixed
getNoSslCheck()
public
getNoSslCheck() : mixed
getPatch()
public
getPatch() : mixed
getPing()
public
getPing() : mixed
getPost()
public
getPost() : mixed
getPut()
public
getPut() : mixed
getSleepTime()
public
getSleepTime() : mixed
public
getStreamHeaders() : mixed
getUrl()
public
getUrl() : mixed
getUserAgent()
public
getUserAgent() : mixed
setAllowEmptyReponse()
public
setAllowEmptyReponse(mixed $allowEmptyReponse) : mixed
Parameters
-
$allowEmptyReponse
: mixed
-
setCookiesession()
public
setCookiesession(mixed $cookiesession) : mixed
Parameters
-
$cookiesession
: mixed
-
setCURLOPT()
public
setCURLOPT(mixed $CURLOPT) : mixed
Parameters
-
$CURLOPT
: mixed
-
setCURLOPT_HTTPAUTH()
public
setCURLOPT_HTTPAUTH(mixed $CURLOPT_HTTPAUTH) : mixed
Parameters
-
$CURLOPT_HTTPAUTH
: mixed
-
setDelete()
public
setDelete([mixed $delete = array() ]) : mixed
Parameters
-
$delete
: mixed
= array()
-
public
setHeader(mixed $header) : mixed
Parameters
-
$header
: mixed
-
setLogError()
public
setLogError(mixed $logError) : mixed
Parameters
-
$logError
: mixed
-
setNoReportError()
public
setNoReportError(mixed $noReportError) : mixed
Parameters
-
$noReportError
: mixed
-
setNoSslCheck()
public
setNoSslCheck(mixed $noSslCHeck) : mixed
Parameters
-
$noSslCHeck
: mixed
-
setPatch()
public
setPatch([mixed $patch = array() ]) : mixed
Parameters
-
$patch
: mixed
= array()
-
setPing()
public
setPing(mixed $ping) : mixed
Parameters
-
$ping
: mixed
-
setPost()
public
setPost([mixed $post = array() ]) : mixed
Parameters
-
$post
: mixed
= array()
-
setPut()
public
setPut([mixed $put = array() ]) : mixed
Parameters
-
$put
: mixed
= array()
-
setSleepTime()
public
setSleepTime(mixed $sleepTime) : mixed
Parameters
-
$sleepTime
: mixed
-
setUrl()
public
setUrl(mixed $url) : mixed
Parameters
-
$url
: mixed
-
setUserAgent()
public
setUserAgent(mixed $userAgent) : mixed
Parameters
-
$userAgent
: mixed
-
private
streamHeaders(mixed $handle, mixed $headers) : mixed
Parameters
-
$handle
: mixed
-
-
$headers
: mixed
-