Voting

: three plus four?
(Example: nine)

The Note You're Voting On

Anonymous
4 years ago
If you're using curl_multi and there's an error, curl_error() will remain empty until you've called curl_multi_info_read(). That function "pumps" the information inside the curl libraries to the point where curl_error() will return a useful string.

This should really be added to the documentation, because it's not at all obvious.

<< Back to user notes page

To Top