With this new function it's easier to get the last error, and display it in your program for example.
If you know a more efficient way, be sure to show me :smiley:
I forgot to mention that I also copied curl_close before the return $errorOut because it would not get closed otherwise (correct me if I'm wrong though)
With this new function it's easier to get the last error, and display it in your program for example.
If you know a more efficient way, be sure to show me :smiley:
I forgot to mention that I also copied
curl_close
before thereturn $errorOut
because it would not get closed otherwise (correct me if I'm wrong though)