PHP 클래스 Cloudinary\Curl

파일 보기 프로젝트 열기: cloudinary/cloudinary_php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$apiResponse
$instance the instance used in the tests. Either the original Curl object or a stubbed version
$parameters collects all the parameters of the curl request
$result keeps the result of curl_exec
$url

공개 메소드들

메소드 설명
__construct ( )
exec ( $ch )
fields ( ) : array Returns the POST fields that were meant to be sent to the server
getinfo ( $ch, $opt ) When stubbing exec() this function must be stubbed too to return code
getopt ( $option ) : mixed Returns the option that was set in the curl object
globalSetopt ( $ch, $option, $value )
http_method ( )
init ( $url = null )
mockApi ( $test )
mockUpload ( $test )
setopt ( $ch, $option, $value )
url_path ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

exec() 공개 메소드

public exec ( $ch )

fields() 공개 메소드

Returns the POST fields that were meant to be sent to the server
public fields ( ) : array
리턴 array an array of field name => value

getinfo() 공개 메소드

When stubbing exec() this function must be stubbed too to return code
public getinfo ( $ch, $opt )

getopt() 공개 메소드

Returns the option that was set in the curl object
public getopt ( $option ) : mixed
$option the name of the option
리턴 mixed the value of the option

globalSetopt() 공개 메소드

public globalSetopt ( $ch, $option, $value )

http_method() 공개 메소드

public http_method ( )

init() 공개 메소드

public init ( $url = null )

mockApi() 공개 정적인 메소드

public static mockApi ( $test )

mockUpload() 공개 정적인 메소드

public static mockUpload ( $test )

setopt() 공개 메소드

public setopt ( $ch, $option, $value )

url_path() 공개 메소드

public url_path ( )

프로퍼티 상세

$apiResponse 공개적으로 프로퍼티

public $apiResponse

$instance 공개적으로 정적으로 프로퍼티

the instance used in the tests. Either the original Curl object or a stubbed version
public static $instance

$parameters 공개적으로 프로퍼티

collects all the parameters of the curl request
public $parameters

$result 공개적으로 프로퍼티

keeps the result of curl_exec
public $result

$url 공개적으로 프로퍼티

public $url