We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Construct the object by passing a string URL like so:
$ch = new CurlHandler('http://example.com');
OR
$url = 'http://example.com'; $ch = new CurlHandler($url);