(PHP 5)
curl_multi_getcontent — Restituisce il contenuto di un handle cURL se CURLOPT_RETURNTRANSFER è impostato
$ch
   )
   Se CURLOPT_RETURNTRANSFER è un'opzione impostata per l'handle specifico, 
   allora questa funzione restituirà il contenuto dell'handle cURL nella forma
   di una stringa.
  
   Restituisce il contenuto dell'handle cURL se CURLOPT_RETURNTRANSFER è impostato.