10 2012 档案

摘要:curl之CURLOPT_HTTPHEADER单个<?phpcurl_setopt($ch, CURLOPT_HTTPHEADER, array("Range: Bytes=0-50\n"));?>多个<?phpcurl_setopt($ch, CURLOPT_HTTPHEADER, array("Range: Bytes=0-50\nOtherheader: stuff\n"));?> 阅读全文
posted @ 2012-10-30 11:33 tiPhp 阅读(5231) 评论(0) 推荐(0)