Curl Multi Php Download How-To
Thursday, November 8th, 2007This article will show you an example of how to download multiple files concurrently using the curl_multi commands in PHP 5.While php itself doesn’t support multi threading and concurrency, libcurl does and php allows us to download multiple filesat the same time from php.