PHP 클래스 Horde_Http_Response_Fopen, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_content Response content
$_stream stream Response body.

공개 메소드들

메소드 설명
__construct ( $uri, $stream, $headers = [] ) Constructor.
getBody ( ) : string Returns the body of the HTTP response.
getStream ( ) Returns a stream pointing to the response body that can be used with all standard PHP stream functions.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $uri, $stream, $headers = [] )

getBody() 공개 메소드

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

getStream() 공개 메소드

Returns a stream pointing to the response body that can be used with all standard PHP stream functions.
public getStream ( )

프로퍼티 상세

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

Response content
protected $_content

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

Response body.
protected stream $_stream
리턴 stream