PHP 클래스 Horde_Http_Response_Curl, horde

저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_Http_Response_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_body string Response body.
$_info array Info on the request obtained from curl_getinfo().

공개 메소드들

메소드 설명
__construct ( string $uri, string $curlresult, array $curlinfo ) Constructor.
getBody ( ) : string Returns the body of the HTTP response.

보호된 메소드들

메소드 설명
_parseInfo ( array $curlinfo ) Processes the results of curl_getinfo.
_parseResult ( string $curlresult ) Parses the combined header/body result from cURL.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $uri, string $curlresult, array $curlinfo )
$uri string
$curlresult string
$curlinfo array

_parseInfo() 보호된 메소드

Processes the results of curl_getinfo.
protected _parseInfo ( array $curlinfo )
$curlinfo array

_parseResult() 보호된 메소드

Parses the combined header/body result from cURL.
protected _parseResult ( string $curlresult )
$curlresult string

getBody() 공개 메소드

Returns the body of the HTTP response.
public getBody ( ) : string
리턴 string HTTP response body.

프로퍼티 상세

$_body 보호되어 있는 프로퍼티

Response body.
protected string $_body
리턴 string

$_info 보호되어 있는 프로퍼티

Info on the request obtained from curl_getinfo().
protected array $_info
리턴 array