PHP 클래스 Hypernode\Curl

파일 보기 프로젝트 열기: Hypernode/hypernode-magerun

공개 프로퍼티들

프로퍼티 타입 설명
$curl
$curl_error
$curl_error_code
$curl_error_message
$error
$error_code
$error_message
$http_error
$http_error_message
$http_status_code
$request_headers
$response
$response_headers

공개 메소드들

메소드 설명
__construct ( )
__destruct ( )
_exec ( )
close ( )
delete ( $url, $data = [] )
get ( $url, $data = [] )
patch ( $url, $data = [] )
post ( $url, $data = [] )
put ( $url, $data = [] )
reset ( )
setBasicAuthentication ( $username, $password )
setCookie ( $key, $value )
setHeader ( $key, $value )
setOpt ( $option, $value )
setReferrer ( $referrer )
setUserAgent ( $user_agent )
verbose ( $on = true )

보호된 메소드들

메소드 설명
setHttpAuth ( $httpauth )

비공개 메소드들

메소드 설명
init ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

__destruct() 공개 메소드

public __destruct ( )

_exec() 공개 메소드

public _exec ( )

close() 공개 메소드

public close ( )

delete() 공개 메소드

public delete ( $url, $data = [] )

get() 공개 메소드

public get ( $url, $data = [] )

patch() 공개 메소드

public patch ( $url, $data = [] )

post() 공개 메소드

public post ( $url, $data = [] )

put() 공개 메소드

public put ( $url, $data = [] )

reset() 공개 메소드

public reset ( )

setBasicAuthentication() 공개 메소드

public setBasicAuthentication ( $username, $password )

setCookie() 공개 메소드

public setCookie ( $key, $value )

setHeader() 공개 메소드

public setHeader ( $key, $value )

setHttpAuth() 보호된 메소드

protected setHttpAuth ( $httpauth )

setOpt() 공개 메소드

public setOpt ( $option, $value )

setReferrer() 공개 메소드

public setReferrer ( $referrer )

setUserAgent() 공개 메소드

public setUserAgent ( $user_agent )

verbose() 공개 메소드

public verbose ( $on = true )

프로퍼티 상세

$curl 공개적으로 프로퍼티

public $curl

$curl_error 공개적으로 프로퍼티

public $curl_error

$curl_error_code 공개적으로 프로퍼티

public $curl_error_code

$curl_error_message 공개적으로 프로퍼티

public $curl_error_message

$error 공개적으로 프로퍼티

public $error

$error_code 공개적으로 프로퍼티

public $error_code

$error_message 공개적으로 프로퍼티

public $error_message

$http_error 공개적으로 프로퍼티

public $http_error

$http_error_message 공개적으로 프로퍼티

public $http_error_message

$http_status_code 공개적으로 프로퍼티

public $http_status_code

$request_headers 공개적으로 프로퍼티

public $request_headers

$response 공개적으로 프로퍼티

public $response

$response_headers 공개적으로 프로퍼티

public $response_headers