PHP Class mpyw\Co\CURLException

Inheritance: extends RuntimeException
Datei anzeigen Open project: mpyw/co

Public Methods

Method Description
__construct ( string $message, integer $code, resource $handle ) Constructor.
getHandle ( ) : resource Get cURL handle.

Method Details

__construct() public method

Constructor.
public __construct ( string $message, integer $code, resource $handle )
$message string
$code integer
$handle resource

getHandle() public method

Get cURL handle.
public getHandle ( ) : resource
return resource $handle