You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brian Boll edited this page Apr 23, 2018
·
3 revisions
CurlMultiHandler :: execute()
$mch = newMultiCurlHandler();
$ch = newCurlHandler('http://example.com');
//Returns the result on success$ch->setOption(CURLOPT_RETURNTRANSFER, true);
$mch->execute();
Parameters [0]:
No parameters
Returns:
Returns TRUE on success or FALSE on failure. If CURLOPT_RETURNTRANSFER is set, it will return the result on success instead