PHP 클래스 Horde_Http_Request_Fopen, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_errors array Catched errors from the error handler.

공개 메소드들

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

보호된 메소드들

메소드 설명
_errorHandler ( integer $errno, string $errstr, string $errfile, integer $errline, array $errcontext ) PHP error handler.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $args = [] )

_errorHandler() 보호된 메소드

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() 공개 메소드

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

프로퍼티 상세

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

Catched errors from the error handler.
protected array $_errors
리턴 array