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.
$ch = new CurlHandler('http://example.com'); //Returns the result on success $ch->setOption(CURLOPT_RETURNTRANSFER, true); echo $ch->execute();
No parameters
Returns TRUE on success or FALSE on failure. If CURLOPT_RETURNTRANSFER is set, it will return the result on success instead
TRUE
FALSE
CURLOPT_RETURNTRANSFER