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

search for in the

curl_multi_info_read> <curl_multi_exec
Last updated: Fri, 10 Oct 2008

view this page in

curl_multi_getcontent

(PHP 5)

curl_multi_getcontentCURLOPT_RETURNTRANSFER が設定されている場合に、cURL ハンドルの内容を返す

説明

string curl_multi_getcontent ( resource $ch )

CURLOPT_RETURNTRANSFER に何らかのハンドルが設定されている場合に、 この関数はその cURL ハンドルの内容を文字列形式で返します。

パラメータ

ch

curl_init() が返す cURL ハンドル。

返り値

CURLOPT_RETURNTRANSFER が設定されている場合に、 cURL ハンドルの内容を返します。



add a note add a note User Contributed Notes
curl_multi_getcontent
jon at letsgetnuts dot com
21-Feb-2008 01: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/

curl_multi_info_read> <curl_multi_exec
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites