Use in case you want to use country proxy featureinteger
public
$defaultUserAgent
=
Used in case you want to specify userAgentstring
public
$errors
=
array
Errors , view these in case no data is shownarray
public
$followLocation
=
true
General settings: followLocationbool
public
$header
=
false
General settings: headerbool
public
$info
=
array
Info , stores curl_getinfo() responsearray
public
$interface
=
Interface to use (ip) , example: '123.123.123.123'string
public
$interfaces
=
array
Interfaces to use (ip) , example: array('123.123.123.123', '123.123.123.124', ..)array
public
$ports
=
array
an array with available portsarray
public
$postString
=
Post string, use http_build_query(post array) , leave empty if not neededstring
public
$postStrings
=
array
Post strings, use array(http_build_query(post array), http_build_query(post array), ..)
leave empty if not neededarray
public
$returnTransfer
=
true
General settings: returnTransferbool
public
$sslVerifyPeer
=
false
General settings: sslVerifyPeerbool
public
$timeOut
=
200
General settings: timeOutint
public
$torIp
=
127.0.0.1
localhost ipstring
public
$useTor
=
false
Used in case you want to bypass tor proxybool
public
$userAgents
=
array
User agentarray
public
$writeToFileHandle
=
NULL
Use $this->writeToFileHandle = fopen(...) to write curl output directly to the file, close files after curl is done
leave empty if not neededpointer
public
$writeToFileHandles
=
array
Use $this->writeToFileHandles = array(fopen(...), fopen(...)) to write curl output directly to the files,
close files after curl is done , leave empty if not neededarray
public
$writeToFileRange
=
0
File size, use it in case connection stopped and file is not complete , leave empty if not neededint
public
$writeToFileRanges
=
array
File sizes, use it in case connection stopped and files are not complete , leave empty if not neededint