PHP 클래스 Horde_Http_Request_Peclhttp, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_httpAuthSchemes array Map of HTTP authentication schemes from Horde_Http constants to HTTP_AUTH constants.

공개 메소드들

메소드 설명
__construct ( $args = [] ) Constructor
send ( ) : Horde_Http_Response_Base Send this HTTP request

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $args = [] )

send() 공개 메소드

Send this HTTP request
public send ( ) : Horde_Http_Response_Base
리턴 Horde_Http_Response_Base

프로퍼티 상세

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

Map of HTTP authentication schemes from Horde_Http constants to HTTP_AUTH constants.
protected array $_httpAuthSchemes
리턴 array