cURL in PHP: curl_exec() or exec('curl')? cURL in PHP: curl_exec() or exec('curl')? unix unix

cURL in PHP: curl_exec() or exec('curl')?


It's totally different, curl_exec() is a function call, whereas exec() spawns another process.