PHP 클래스 phprs\util\CurlResponse

파일 보기 프로젝트 열기: caoym/phprs-restful

공개 프로퍼티들

프로퍼티 타입 설명
$content
$content_type
$errno
$errstr
$headers
$http_code
$status

공개 메소드들

메소드 설명
handleHeader ( $ch, $header_line )
isOk ( )
message ( )
parseReturnData ( string $data ) 从http返回的数据中分离header和body

메소드 상세

handleHeader() 공개 메소드

public handleHeader ( $ch, $header_line )

isOk() 공개 메소드

public isOk ( )

message() 공개 메소드

public message ( )

parseReturnData() 공개 메소드

从http返回的数据中分离header和body
public parseReturnData ( string $data )
$data string

프로퍼티 상세

$content 공개적으로 프로퍼티

public $content

$content_type 공개적으로 프로퍼티

public $content_type

$errno 공개적으로 프로퍼티

public $errno

$errstr 공개적으로 프로퍼티

public $errstr

$headers 공개적으로 프로퍼티

public $headers

$http_code 공개적으로 프로퍼티

public $http_code

$status 공개적으로 프로퍼티

public $status