PHP Класс Horde_Http_Request_Peclhttp, horde

Автор: Chuck Hagenbuch ([email protected])
Наследование: extends Horde_Http_Request_PeclhttpBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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