(PHP 5, PHP 7, PHP 8)
curl_multi_getcontent — Restituisce il contenuto di un handle cURL se CURLOPT_RETURNTRANSFER
è impostato
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.
Versione | Descrizione |
---|---|
8.0.0 |
handle expects a CurlHandle
instance now; previously, a resource was expected.
|