Thursday, May 07, 2009

單個


curl_setopt($ch, CURLOPT_HTTPHEADER, array("Range: Bytes=0-50\n"));


多個

curl_setopt($ch, CURLOPT_HTTPHEADER, array("Range: Bytes=0-50\nOtherheader: stuff\n"));

0 comments: