PHP Class Horde_Http_Request_Fopen, horde

Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Http_Request_Base
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_errors array Catched errors from the error handler.

Public Methods

Method Description
__construct ( $args = [] ) Constructor
send ( ) : Horde_Http_Response_Base Send this HTTP request

Protected Methods

Method Description
_errorHandler ( integer $errno, string $errstr, string $errfile, integer $errline, array $errcontext ) PHP error handler.

Method Details

__construct() public method

Constructor
public __construct ( $args = [] )

_errorHandler() protected method

PHP error handler.
protected _errorHandler ( integer $errno, string $errstr, string $errfile, integer $errline, array $errcontext )
$errno integer See set_error_handler().
$errstr string See set_error_handler().
$errfile string See set_error_handler().
$errline integer See set_error_handler().
$errcontext array See set_error_handler().

send() public method

Send this HTTP request
public send ( ) : Horde_Http_Response_Base
return Horde_Http_Response_Base

Property Details

$_errors protected_oe property

Catched errors from the error handler.
protected array $_errors
return array