PHP Class remote, kirby

Show file Open project: bastianallgeier/kirby Class Usage Examples

Public Properties

Property Type Description
$response

Public Methods

Method Description
agent ( $id = false )
get ( $url, $data = [], $format = false, $options = [] )
headers ( $url )
parse ( $result, $format = 'plain' )
post ( $url, $data = [], $format = false, $options = [] )
request ( $url, $post = false, $options = [] )
response ( )
size ( $url )

Method Details

agent() public method

public agent ( $id = false )

get() public method

public get ( $url, $data = [], $format = false, $options = [] )

headers() public method

public headers ( $url )

parse() public method

public parse ( $result, $format = 'plain' )

post() public method

public post ( $url, $data = [], $format = false, $options = [] )

request() public method

public request ( $url, $post = false, $options = [] )

response() public method

public response ( )

size() public method

public size ( $url )

Property Details

$response public static property

public static $response