I dont understand the PHP cURL function curl_multi_exec()
.
int curl_multi_exec(handle h, int running)
I went through the PHP manual http://www.php.net but don't understand what the variable running does.
Searched a lot on Google but didn't find the explanation. Can somebody explain?