| Cts_Url | |
| Author | Jaybill McCarthy |
| License | http://communit.as/docs/license |
| Static Methods | |
| get | A wrapper for getting a remote page using CURL. |
static function get( $url, array $postfields = null, $username = null, $password = null )
A wrapper for getting a remote page using CURL.
| url | The URL to retrieve. |
| postfields (optional) | An array of name-value pairs for each HTTP POST field, if needed. |
| username (optional) | A username for authenticating, if needed. |
| password (optional) | A password for authenticating, if needed. |
An array containing the http response code and page output.
A wrapper for getting a remote page using CURL.
static function get( $url, array $postfields = null, $username = null, $password = null )