Just to let others who might be struggling to get it to work, curl_multi_info_read() doesn't work in PHP versions before 5.2.0, and instead returns NULL immediately.
curl_multi_info_read
(PHP 5)
curl_multi_info_read — Ottiene informazioni sui trasferimenti correnti
Descrizione
array curl_multi_info_read
( resource
$mh
)Avviso
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
Vedere anche curl_multi_init().
Nick Smith ¶
2 years ago
