Easy Tutorial
❮ Func Curl_Exec Func Array Walk ❯

PHP curl_multi_getcontent Function

PHP cURL Reference Manual

(PHP 5)

curl_multi_getcontent — Returns the content of the fetched output if CURLOPT_RETURNTRANSFER is set


Description

string curl_multi_getcontent ( resource $ch )

If CURLOPT_RETURNTRANSFER is set as an option for a specific handle, this function will return the content fetched by that cURL handle as a string.


Parameters

mh

The cURL multi handle returned by curl_multi_init().


Return Value

Returns the content of the fetched output if CURLOPT_RETURNTRANSFER is set.


PHP cURL Reference Manual

❮ Func Curl_Exec Func Array Walk ❯