curl_multi_getcontent

(PHP 5, PHP 7)

curl_multi_getcontentReturn the content of a cURL handle if CURLOPT_RETURNTRANSFER is set

Descrição

curl_multi_getcontent ( resource $ch ) : string

If CURLOPT_RETURNTRANSFER is an option that is set for a specific handle, then this function will return the content of that cURL handle in the form of a string.

Parâmetros

ch

Um handle cURL retornado por curl_init().

Valor Retornado

Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set.

Veja Também