A general purpose Curl class written in PHP
Curl::request(method, url, options, body);
| Parameter | Type | Notes |
|---|---|---|
| method | string | |
| url | string | |
| options | array | See here for a list of option values, should be in this general syntax: [option_name => option_value] |
| body | array |