Tool for a support of cURL library.
| package |
Default |
|---|
__construct()
| Throws |
|
|---|
__destruct()
addOption(integer $option, mixed $value) : \Dotpay\Tool\Curl
integerA cURL option constant
mixedA value which is set
\Dotpay\Tool\Curl
checkExtension() : boolean
| codeCoverageIgnore | |
|---|---|
boolean
error() : string
string
exec() : mixed
mixed
getInfo() : mixed
mixed
curl : resource
| var |
A cURL resource object |
|---|
resource
info : mixed
| var |
informations returned by cURL after execution a command |
|---|
mixed
active : boolean
| var |
A flag which inform if the curl object is active |
|---|
boolean