PHP 클래스 Prose\FromCurl

great for testing APIs
저자: Michael Heap ([email protected])
상속: extends Prose
파일 보기 프로젝트 열기: datasift/storyplayer

공개 메소드들

메소드 설명
get ( mixed $url, array $params = [], array $headers = [] ) : object | string get

메소드 상세

get() 공개 메소드

get
public get ( mixed $url, array $params = [], array $headers = [] ) : object | string
$url mixed URL to request
$params array GET params to add to the URL
$headers array HTTP headers to use
리턴 object | string Response sent by the server. If it's JSON, we'll decode it