PHP 클래스 PayPal\Core\PayPalHttpConnection

Requires the PHP curl module to be enabled. See for full requirements the PHP manual: http://php.net/curl
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( PayPalHttpConfig $httpConfig, array $config ) Default Constructor
execute ( string $data ) : mixed Executes an HTTP request

비공개 메소드들

메소드 설명
getHttpHeaders ( ) : array Gets all Http Headers

메소드 상세

__construct() 공개 메소드

Default Constructor
public __construct ( PayPalHttpConfig $httpConfig, array $config )
$httpConfig PayPalHttpConfig
$config array

execute() 공개 메소드

Executes an HTTP request
public execute ( string $data ) : mixed
$data string query string OR POST content as a string
리턴 mixed