Skip to content

CurlHandler :: __constructor

Brian Boll edited this page Apr 22, 2018 · 3 revisions

CurlHandler :: __constructor

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);

Clone this wiki locally