curl_multi_init Returns a new cURL multi handle &reftitle.description; CurlMultiHandlecurl_multi_init Allows the processing of multiple cURL handles asynchronously. &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; Returns a cURL multi handle on success, &false; on failure. &reftitle.changelog; &Version; &Description; 8.0.0 On success, this function returns a CurlMultiHandle instance now; previously, a resource was returned. &reftitle.examples; <function>curl_multi_init</function> example This example will create two cURL handles, add them to a multi handle, and process them asynchronously. ]]> &reftitle.seealso; curl_init curl_multi_close