class CurlClass

Properties

$curl_url
$curlerror

Methods

xml2json($xml)

No description

curl_get($url, array $get = NULL, array $options = array())

No description

curl_post($url, array $post = NULL, array $options = array())

No description

curl_delete($url, array $get = NULL, array $options = array())

No description

curl_put($url, array $post = NULL, array $options = array())

No description

Details

at line line 9
xml2json($xml)

Parameters

$xml

at line line 14
curl_get($url, array $get = NULL, array $options = array())

Parameters

$url
array $get
array $options

at line line 33
curl_post($url, array $post = NULL, array $options = array())

Parameters

$url
array $post
array $options

at line line 56
curl_delete($url, array $get = NULL, array $options = array())

Parameters

$url
array $get
array $options

at line line 77
curl_put($url, array $post = NULL, array $options = array())

Parameters

$url
array $post
array $options