downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

curl_multi_info_read> <curl_multi_exec
[edit] Last updated: Fri, 18 May 2012

view this page in

curl_multi_getcontent

(PHP 5)

curl_multi_getcontentReturn the content of a cURL handle if CURLOPT_RETURNTRANSFER is set

Description

string curl_multi_getcontent ( resource $ch )

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.

Parameters

ch

A cURL handle returned by curl_init().

Return Values

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

See Also



add a note add a note User Contributed Notes curl_multi_getcontent
jon at letsgetnuts dot com 20-Feb-2008 04:27
I felt like the docs could use a little more info on how to use curl_multi_getcontent, so I put this tutorial together:

http://www.rustyrazorblade.com/2008/02/20/curl_multi_exec/

 
show source | credits | sitemap | contact | advertising | mirror sites