I'm developing a script in which I use "curl_multi" to handle some requests to APIs faster (?).
Although I have read both by looking on google (maybe I search badly) and in the documentation of the PHP site, I cannot understand if the command: "curl_multi_close" actually closes all the various "curls" contained within it or not.
Since this is not clearly explained in the documentation, since in the example it removes (and subsequently closes individually) the curls one by one, but reports as a description of the command: "Closes a set of cURL handles.".
-- EDIT --
My requests are independents by each other's