Methods summary
public
Guzzle\Http\Exception\CurlException
|
#
setError( string $error, integer $number )
Set the cURL error message
Set the cURL error message
Parameters
- $error
string $error Curl error
- $number
integer $number Curl error number
Returns
|
public
Guzzle\Http\Exception\CurlException
|
|
public
Guzzle\Http\Curl\CurlHandle |null
|
#
getCurlHandle( )
Get the associated cURL handle
Get the associated cURL handle
Returns
|
public
string|null
|
#
getError( )
Get the associated cURL error message
Get the associated cURL error message
Returns
string|null
|
public
integer|null
|
#
getErrorNo( )
Get the associated cURL error number
Get the associated cURL error number
Returns
integer|null
|
public
array
|
#
getCurlInfo( )
Returns curl information about the transfer
Returns curl information about the transfer
Returns
array
|
public
Guzzle\Http\Exception\CurlException
|
#
setCurlInfo( array $info )
Set curl transfer information
Set curl transfer information
Parameters
- $info
array $info Array of curl transfer information
Returns
Link
|