PHP 클래스 Microweber\Utils\Http

파일 보기 프로젝트 열기: microweber/microweber 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$adapter An instance of the HTTP adapter to use.
$app An instance of the Microweber Application class.

공개 메소드들

메소드 설명
__construct ( $app = null )
download ( $save_to_filename, $post_params = false )
get ( $params = false )
post ( $params = false )
set_timeout ( $seconds )
set_url ( $url )
url ( $url )

메소드 상세

__construct() 공개 메소드

public __construct ( $app = null )

download() 공개 메소드

public download ( $save_to_filename, $post_params = false )

get() 공개 메소드

public get ( $params = false )

post() 공개 메소드

public post ( $params = false )

set_timeout() 공개 메소드

public set_timeout ( $seconds )

set_url() 공개 메소드

public set_url ( $url )

url() 공개 메소드

public url ( $url )

프로퍼티 상세

$adapter 공개적으로 프로퍼티

An instance of the HTTP adapter to use.
public $adapter

$app 공개적으로 프로퍼티

An instance of the Microweber Application class.
public $app