(PHP 5)
curl_multi_getcontent — If CURLOPT_RETURNTRANSFER is set, returns a text stream of the fetched output
string curl_multi_getcontent ( resource $ch )
If CURLOPT_RETURNTRANSFER is set as an option to a specific handle, then this function will return the content obtained by that cURL handle as a string.
mh
cURL multiple handles returned by curl_multi_init().
If CURLOPT_RETURNTRANSFER is set, returns the text stream of the fetched output.