cURL Response Class
| category | Library |
|---|---|
| package | BCA/CURL |
| author | Brodkin CyberArts |
| copyright | 2012 Brodkin CyberArts. |
| license | GPL-3.0 http://www.gnu.org/licenses/gpl.txt |
| link | https://github.com/brodkinca/BCA-PHP-CURL |
__construct(string $response, array $info, array $error)
stringData received from cURL request.
arrayArray returned from curl_getinfo().
arrayArray of error data, if applicable.
__get(string $key) : mixed
stringKey returned by curl_getinfo().
mixed__toString() : string
stringdebug() : null
nullstatus() : int
intsuccess(boolean $strict) : boolean
booleanRequires a 200-level response whem truthy.
boolean$_error : array
$_info : array
$_response : string