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_getcontent
(PHP 5)
curl_multi_getcontent — CURLOPT_RETURNTRANSFER が設定されている場合に、cURL ハンドルの内容を返す
説明
string curl_multi_getcontent
( resource
$ch
)
CURLOPT_RETURNTRANSFER に何らかのハンドルが設定されている場合に、
この関数はその cURL ハンドルの内容を文字列形式で返します。
返り値
CURLOPT_RETURNTRANSFER が設定されている場合に、
cURL ハンドルの内容を返します。
jon at letsgetnuts dot com
20-Feb-2008 04:27
